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

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c1003 (item)->wk_state |= ONWORKLIST; \
1007 (item)->wk_state &= ~ONWORKLIST; \
1031 if (item->wk_state & ONWORKLIST)
1034 item->wk_state |= ONWORKLIST;
1046 if ((item->wk_state & ONWORKLIST) == 0)
1049 item->wk_state &= ~ONWORKLIST;
1174 if (item->wk_state & ONWORKLIST)
1514 if (wk->wk_state & ONWORKLIST)
1517 wk->wk_state |= ONWORKLIST;
1662 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST))
[all...]
H A Dsoftdep.h110 * The ONWORKLIST flag shows whether the structure is currently linked
137 #define ONWORKLIST 0x008000 macro

Completed in 118 milliseconds