Searched refs:TDP_INBDFLUSH (Results 1 – 2 of 2) sorted by relevance
511 #define TDP_INBDFLUSH 0x00100000 /* Already in BO_BDFLUSH, do not recurse */ macro
2400 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()