Searched refs:FLUSH_EXIT (Results 1 – 2 of 2) sorted by relevance
1082 #define FLUSH_EXIT 0x0001 /* time to exit */ macro
1530 if ((ump->softdep_flags & (FLUSH_CLEANUP | FLUSH_EXIT)) == 0) in softdep_flush()1537 if ((ump->softdep_flags & FLUSH_EXIT) == 0) { in softdep_flush()1541 ump->softdep_flags &= ~FLUSH_EXIT; in softdep_flush()1563 if ((ump->softdep_flags & (FLUSH_CLEANUP | FLUSH_EXIT)) == 0) in worklist_speedup()1628 (FLUSH_CLEANUP | FLUSH_EXIT)) == 0) in softdep_speedup()2714 ump->softdep_flags |= FLUSH_EXIT; in softdep_unmount()2716 while ((ump->softdep_flags & FLUSH_EXIT) != 0) { in softdep_unmount()2720 KASSERT((ump->softdep_flags & FLUSH_EXIT) == 0, in softdep_unmount()