Home
last modified time | relevance | path

Searched refs:TDP_INBDFLUSH (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dproc.h511 #define TDP_INBDFLUSH 0x00100000 /* Already in BO_BDFLUSH, do not recurse */ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c2400 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()
2401 td->td_pflags |= TDP_INBDFLUSH; in bdwrite()
2403 td->td_pflags &= ~TDP_INBDFLUSH; in bdwrite()