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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1054 (item)->wk_state |= ONWORKLIST; \
1058 (item)->wk_state &= ~ONWORKLIST; \
1082 if (item->wk_state & ONWORKLIST)
1085 item->wk_state |= ONWORKLIST;
1097 if ((item->wk_state & ONWORKLIST) == 0)
1100 item->wk_state &= ~ONWORKLIST;
1227 if (item->wk_state & ONWORKLIST)
1501 if (wk->wk_state & ONWORKLIST)
1504 wk->wk_state |= ONWORKLIST;
1659 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST))
[all...]
H A Dsoftdep.h108 * The ONWORKLIST flag shows whether the structure is currently linked
135 #define ONWORKLIST 0x008000 macro

Completed in 199 milliseconds