Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ufs/ffs/
HDsoftdep.h1085 #define FLUSH_RC_ACTIVE 0x0008 /* a thread is flushing the mount point */ macro
HDffs_softdep.c13744 if ((ump->um_softdep->sd_flags & FLUSH_RC_ACTIVE) == 0) { in softdep_request_cleanup()
13745 ump->um_softdep->sd_flags |= FLUSH_RC_ACTIVE; in softdep_request_cleanup()
13749 ump->um_softdep->sd_flags &= ~FLUSH_RC_ACTIVE; in softdep_request_cleanup()
13759 FLUSH_RC_ACTIVE) != 0) { in softdep_request_cleanup()