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

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c5934 indirdep->ir_state |= DEPCOMPLETE;
5945 if ((indirdep->ir_state & ONWORKLIST) == 0)
5987 newindirdep->ir_state = ATTACHED;
5989 newindirdep->ir_state |= UFS1FMT;
6020 indirdep->ir_state |= DEPCOMPLETE;
6324 if ((indirdep->ir_state & DEPCOMPLETE) == 0) {
6401 if (indirdep->ir_state & UFS1FMT)
8160 if (indirdep == NULL || (indirdep->ir_state & GOINGAWAY) == 0)
8341 if (indirdep->ir_state & UFS1FMT)
10621 if (indirdep->ir_state
[all...]
H A Dsoftdep.h486 * allocindir structure freed. If ir_state indicates that an I/O on the
495 # define ir_state ir_list.wk_state /* indirect block pointer state */ macro

Completed in 130 milliseconds