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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h213 LIST_ENTRY(worklist) wk_all; /* list of deps of this type */ member in struct:worklist
H A Dffs_softdep.c1168 LIST_REMOVE(item, wk_all);
1194 LIST_INSERT_HEAD(&ump->softdep_alldeps[type], item, wk_all);
1221 LIST_REMOVE(item, wk_all);
1222 LIST_INSERT_HEAD(&ump->softdep_alldeps[newtype], item, wk_all);
14636 wk_all, nextwk) {

Completed in 132 milliseconds