Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dsoftdep.h1084 #define FLUSH_STARTING 0x0004 /* flush thread not yet started */ macro
H A Dffs_softdep.c1515 ump->softdep_flags &= ~FLUSH_STARTING; in softdep_flush()
2647 ump->softdep_flags |= FLUSH_STARTING; in softdep_mount()
2656 ump->softdep_flags &= ~FLUSH_STARTING; in softdep_mount()
2661 while ((ump->softdep_flags & FLUSH_STARTING) != 0) { in softdep_mount()