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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h1084 #define FLUSH_DI_ACTIVE 0x0010 /* a thread is processing delayed macro
H A Dffs_softdep.c13688 if ((ump->um_softdep->sd_flags & FLUSH_DI_ACTIVE) == 0) {
13689 ump->um_softdep->sd_flags |= FLUSH_DI_ACTIVE;
13693 ump->um_softdep->sd_flags &= ~FLUSH_DI_ACTIVE;
13697 FLUSH_DI_ACTIVE) != 0) {

Completed in 132 milliseconds