Searched refs:FLUSH_RC_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h1083 #define FLUSH_RC_ACTIVE 0x0008 /* a thread is flushing the mount point */ macro
H A Dffs_softdep.c13727 if ((ump->um_softdep->sd_flags & FLUSH_RC_ACTIVE) == 0) {
13728 ump->um_softdep->sd_flags |= FLUSH_RC_ACTIVE;
13732 ump->um_softdep->sd_flags &= ~FLUSH_RC_ACTIVE;
13742 FLUSH_RC_ACTIVE) != 0) {

Completed in 216 milliseconds