Searched refs:TDP_INBDFLUSH (Results 1 – 3 of 3) sorted by relevance
249 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs1()869 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs2()
555 #define TDP_INBDFLUSH 0x00100000 /* Already in BO_BDFLUSH, do not recurse */ macro
2477 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()2478 td->td_pflags |= TDP_INBDFLUSH; in bdwrite()2480 td->td_pflags &= ~TDP_INBDFLUSH; in bdwrite()