Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1084 #define FLUSH_DI_ACTIVE 0x0010 /* a thread is processing delayed macro
H A Dffs_softdep.c13699 if ((ump->um_softdep->sd_flags & FLUSH_DI_ACTIVE) == 0) { in softdep_request_cleanup()
13700 ump->um_softdep->sd_flags |= FLUSH_DI_ACTIVE; in softdep_request_cleanup()
13704 ump->um_softdep->sd_flags &= ~FLUSH_DI_ACTIVE; in softdep_request_cleanup()
13708 FLUSH_DI_ACTIVE) != 0) { in softdep_request_cleanup()