Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c6157 indirdep->ir_state |= DEPCOMPLETE; in indirdep_complete()
6168 if ((indirdep->ir_state & ONWORKLIST) == 0) in indirdep_complete()
6209 newindirdep->ir_state = ATTACHED; in indirdep_lookup()
6211 newindirdep->ir_state |= UFS1FMT; in indirdep_lookup()
6242 indirdep->ir_state |= DEPCOMPLETE; in indirdep_lookup()
6529 if ((indirdep->ir_state & DEPCOMPLETE) == 0) { in setup_trunc_indir()
6605 if (indirdep->ir_state & UFS1FMT) in complete_trunc_indir()
8357 if (indirdep == NULL || (indirdep->ir_state & GOINGAWAY) == 0) in indir_trunc()
8544 if (indirdep->ir_state & UFS1FMT) in cancel_allocindir()
10829 if (indirdep->ir_state & GOINGAWAY) in cancel_indirdep()
[all …]
H A Dsoftdep.h498 # define ir_state ir_list.wk_state /* indirect block pointer state */ macro