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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h232 #define WK_NEWDIRBLK(wk) ((struct newdirblk *)(wk))
294 struct newdirblk *pd_newdirblk; /* associated newdirblk if NEWBLOCK */
453 * block is created, we allocate a newdirblk structure which is linked
455 * allocdirect has been satisfied, the newdirblk structure is moved to
754 * A "newdirblk" structure tracks the progress of a newly allocated
760 * we allocate a newdirblk structure which is linked to the associated
762 * satisfied, the newdirblk structure is moved to the inodedep id_bufwait
775 struct newdirblk { struct
H A Dffs_softdep.c663 SOFTDEP_TYPE(NEWDIRBLK, newdirblk, "Unclaimed new directory block");
834 static void free_newdirblk(struct newdirblk *);
5515 panic("allocdirect_merge: extra newdirblk");
6106 panic("allocindir_merge: extra newdirblk");
7458 * When truncating we must free the newdirblk early to remove
7464 panic("cancel_newblk: extra newdirblk");
7514 panic("free_newblk: extra newdirblk");
7522 * Free a newdirblk. Clear the NEWBLOCK flag on its associated pagedep.
7525 free_newdirblk(newdirblk)
7526 struct newdirblk *newdirbl
8386 struct newdirblk *newdirblk; local
8513 struct newdirblk *newdirblk; local
[all...]

Completed in 202 milliseconds