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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h89 * The GOINGAWAY flag indicates that the data structure is frozen from
127 #define GOINGAWAY 0x000100 /* indirdep, jremref only */ macro
H A Dffs_softdep.c4115 if ((newblk->nb_state & GOINGAWAY) == 0) {
4587 if (inoref->if_state & GOINGAWAY)
4606 jaddref->ja_state |= (GOINGAWAY | DEPCOMPLETE);
4699 jnewblk->jn_state |= GOINGAWAY;
7630 newblk->nb_state |= GOINGAWAY;
7841 inodedep->id_state |= GOINGAWAY;
8344 if (indirdep == NULL || (indirdep->ir_state & GOINGAWAY) == 0)
10806 * so they can simply be tossed. GOINGAWAY ensures
10818 if (indirdep->ir_state & GOINGAWAY)
10824 indirdep->ir_state |= GOINGAWAY;
[all...]

Completed in 179 milliseconds