Home
last modified time | relevance | path

Searched refs:FLUSH_STARTING (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/ufs/ffs/
HDsoftdep.h1084 #define FLUSH_STARTING 0x0004 /* flush thread not yet started */ macro
HDffs_softdep.c1515 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()