Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c249 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs1()
869 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs2()
/freebsd/sys/sys/
H A Dproc.h554 #define TDP_INBDFLUSH 0x00100000 /* Already in BO_BDFLUSH, do not recurse */ macro
/freebsd/sys/kern/
H A Dvfs_bio.c2472 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()
2473 td->td_pflags |= TDP_INBDFLUSH; in bdwrite()
2475 td->td_pflags &= ~TDP_INBDFLUSH; in bdwrite()