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

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c2390 freework->fw_state &= ~DEPCOMPLETE;
2402 freework->fw_state |= DEPCOMPLETE;
2856 wk->wk_state |= ONWORKLIST | DEPCOMPLETE;
3686 * Mark a jseg as DEPCOMPLETE and throw away the buffer. Attempt to handle
3697 jseg->js_state |= DEPCOMPLETE;
3805 mkdir->md_state |= DEPCOMPLETE;
3885 * from the freefrag and mark it DEPCOMPLETE so that it may be added
3901 freefrag->ff_state |= DEPCOMPLETE;
3939 freefrag->ff_state |= DEPCOMPLETE;
4000 jmvref->jm_list.wk_state = ATTACHED | DEPCOMPLETE;
[all...]
H A Dsoftdep.h49 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
65 * The DEPCOMPLETE flag indicates the completion of any other
77 * cleared, the DEPCOMPLETE flag is set to indicate that the directory
125 #define DEPCOMPLETE 0x000008 macro
147 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
387 * dependencies are updated with DEPCOMPLETE to indicate that it has
414 * DEPCOMPLETE when its cylinder group map is written. It is converted to
441 * to disk, ad_state has the DEPCOMPLETE flag set. When the block itself
515 * to disk, ai_state has the DEPCOMPLETE flag set. When the block itself
657 * writing the inode clears the bitmap dependencies, the DEPCOMPLETE fla
[all...]

Completed in 180 milliseconds