Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ufs/ffs/
HDffs_softdep.c6152 indirdep->ir_state |= DEPCOMPLETE; in indirdep_complete()
6163 if ((indirdep->ir_state & ONWORKLIST) == 0) in indirdep_complete()
6204 newindirdep->ir_state = ATTACHED; in indirdep_lookup()
6206 newindirdep->ir_state |= UFS1FMT; in indirdep_lookup()
6237 indirdep->ir_state |= DEPCOMPLETE; in indirdep_lookup()
6524 if ((indirdep->ir_state & DEPCOMPLETE) == 0) { in setup_trunc_indir()
6600 if (indirdep->ir_state & UFS1FMT) in complete_trunc_indir()
8352 if (indirdep == NULL || (indirdep->ir_state & GOINGAWAY) == 0) in indir_trunc()
8539 if (indirdep->ir_state & UFS1FMT) in cancel_allocindir()
10826 if (indirdep->ir_state & GOINGAWAY) in cancel_indirdep()
[all …]
HDsoftdep.h500 # define ir_state ir_list.wk_state /* indirect block pointer state */ macro