Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h424 struct worklist nb_list; /* See comment above. */ member
425 # define nb_state nb_list.wk_state
466 # define ad_list ad_block.nb_list /* block pointer worklist */
526 # define ai_state ai_block.nb_list.wk_state /* indirect pointer state */
H A Dffs_softdep.c2400 if ((flags & DEPALLOC) && newblk->nb_list.wk_type != D_NEWBLK) in newblk_find()
2442 workitem_alloc(&newblk->nb_list, D_NEWBLK, mp); in newblk_lookup()
5564 KASSERT(newblk->nb_list.wk_type == D_NEWBLK, in softdep_setup_allocdirect()
5591 WORKLIST_INSERT(&bp->b_dep, &newblk->nb_list); in softdep_setup_allocdirect()
5938 KASSERT(newblk->nb_list.wk_type == D_NEWBLK, in softdep_setup_allocext()
5966 WORKLIST_INSERT(&bp->b_dep, &newblk->nb_list); in softdep_setup_allocext()
6051 KASSERT(newblk->nb_list.wk_type == D_NEWBLK, in newallocindir()
6111 WORKLIST_INSERT(&nbp->b_dep, &aip->ai_block.nb_list); in softdep_setup_allocindir_page()
6145 WORKLIST_INSERT(&nbp->b_dep, &aip->ai_block.nb_list); in softdep_setup_allocindir_meta()
7622 WORKLIST_INSERT(&freeblks->fb_freeworkhd, &newblk->nb_list); in cancel_allocdirect()
[all...]