Home
last modified time | relevance | path

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

/mirbsd/src/sys/ufs/ffs/
Dffs_softdep.c1332 inodedep->id_state &= ~DEPCOMPLETE;
1466 if (newblk->nb_state == DEPCOMPLETE) {
1467 adp->ad_state |= DEPCOMPLETE;
1796 if (newblk->nb_state == DEPCOMPLETE) {
1797 aip->ai_state |= DEPCOMPLETE;
1958 delay = (inodedep->id_state & DEPCOMPLETE);
1998 freeblks->fb_state |= DEPCOMPLETE;
2163 if ((adp->ad_state & DEPCOMPLETE) == 0)
2295 if ((inodedep->id_state & DEPCOMPLETE) != 0 ||
2506 if ((aip->ai_state & DEPCOMPLETE) == 0)
[all …]
Dsoftdep.h97 #define DEPCOMPLETE 0x0008 macro
108 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)