Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h497 struct worklist ir_list; /* buffer holding indirect block */ member
498 # define ir_state ir_list.wk_state /* indirect block pointer state */
H A Dffs_softdep.c6208 workitem_alloc(&newindirdep->ir_list, D_INDIRDEP, mp); in indirdep_lookup()
6232 WORKLIST_INSERT(&bp->b_dep, &indirdep->ir_list); in indirdep_lookup()
10858 WORKLIST_REMOVE(&indirdep->ir_list); in cancel_indirdep()
10859 WORKLIST_INSERT(&indirdep->ir_savebp->b_dep, &indirdep->ir_list); in cancel_indirdep()
10888 WORKLIST_REMOVE(&indirdep->ir_list); in free_indirdep()
10916 ump = VFSTOUFS(indirdep->ir_list.wk_mp); in initiate_write_indirdep()