Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1083 #define FLUSH_RC_ACTIVE 0x0008 /* a thread is flushing the mount point */ macro
H A Dffs_softdep.c13738 if ((ump->um_softdep->sd_flags & FLUSH_RC_ACTIVE) == 0) { in softdep_request_cleanup()
13739 ump->um_softdep->sd_flags |= FLUSH_RC_ACTIVE; in softdep_request_cleanup()
13743 ump->um_softdep->sd_flags &= ~FLUSH_RC_ACTIVE; in softdep_request_cleanup()
13753 FLUSH_RC_ACTIVE) != 0) { in softdep_request_cleanup()