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

/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c962 (item)->wk_state |= ONWORKLIST; \
966 (item)->wk_state &= ~ONWORKLIST; \
996 if (item->wk_state & ONWORKLIST)
1001 item->wk_state |= ONWORKLIST;
1016 if ((item->wk_state & ONWORKLIST) == 0)
1021 item->wk_state &= ~ONWORKLIST;
1142 if (item->wk_state & ONWORKLIST)
1654 if (wk->wk_state & ONWORKLIST)
1657 wk->wk_state |= ONWORKLIST;
1795 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST))
[all...]
H A Dsoftdep.h107 * The ONWORKLIST flag shows whether the structure is currently linked
134 #define ONWORKLIST 0x008000 macro

Completed in 215 milliseconds