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

/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c1855 if ((freeblks->fb_state & (ALLCOMPLETE | ONWORKLIST)) ==
1856 (ALLCOMPLETE | ONWORKLIST)) {
2356 inodedep->id_state = ALLCOMPLETE;
2523 if ((freework->fw_state & ALLCOMPLETE) == ALLCOMPLETE)
3944 while (jseg && (jseg->js_state & ALLCOMPLETE) == ALLCOMPLETE) {
4205 if ((freefrag->ff_state & ALLCOMPLETE) == ALLCOMPLETE)
4233 (freeblks->fb_state & ALLCOMPLETE)
[all...]
H A Dsoftdep.h46 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
66 * progress have finished as indicated by the set of ALLCOMPLETE flags
144 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE) macro

Completed in 84 milliseconds