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

/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c1716 if ((freeblks->fb_state & (ALLCOMPLETE | ONWORKLIST)) ==
1717 (ALLCOMPLETE | ONWORKLIST)) {
2228 inodedep->id_state = ALLCOMPLETE;
2400 if ((freework->fw_state & ALLCOMPLETE) == ALLCOMPLETE)
3669 while (jseg && (jseg->js_state & ALLCOMPLETE) == ALLCOMPLETE) {
3939 if ((freefrag->ff_state & ALLCOMPLETE) == ALLCOMPLETE)
3968 (freeblks->fb_state & ALLCOMPLETE)
[all...]
H A Dsoftdep.h47 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
67 * progress have finished as indicated by the set of ALLCOMPLETE flags
145 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE) macro

Completed in 66 milliseconds