Searched refs:FLUSH_STARTING (Results 1 – 2 of 2) sorted by relevance
1084 #define FLUSH_STARTING 0x0004 /* flush thread not yet started */ macro
1515 ump->softdep_flags &= ~FLUSH_STARTING; in softdep_flush()2645 ump->softdep_flags |= FLUSH_STARTING; in softdep_mount()2651 while ((ump->softdep_flags & FLUSH_STARTING) != 0) { in softdep_mount()