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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h444 * to the associated allocdirect (on its ad_newdirblk list). When the
464 #define ad_newdirblk ad_block.nb_newdirblk macro
750 * allocdirect (on its ad_newdirblk list). When the allocdirect has been
H A Dffs_softdep.c5495 if ((wk = LIST_FIRST(&oldadp->ad_newdirblk)) != NULL) {
5497 if (!LIST_EMPTY(&oldadp->ad_newdirblk))
5499 WORKLIST_INSERT(&newadp->ad_newdirblk, wk);

Completed in 181 milliseconds