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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h234 #define WK_NEWDIRBLK(wk) ((struct newdirblk *)(wk))
296 struct newdirblk *pd_newdirblk; /* associated newdirblk if NEWBLOCK */
456 * block is created, we allocate a newdirblk structure which is linked
458 * allocdirect has been satisfied, the newdirblk structure is moved to
757 * A "newdirblk" structure tracks the progress of a newly allocated
763 * we allocate a newdirblk structure which is linked to the associated
765 * satisfied, the newdirblk structure is moved to the inodedep id_bufwait
778 struct newdirblk { struct
H A Dffs_softdep.c622 SOFTDEP_TYPE(NEWDIRBLK, newdirblk, "Unclaimed new directory block");
794 static void free_newdirblk(struct newdirblk *);
5729 panic("allocdirect_merge: extra newdirblk");
6315 panic("allocindir_merge: extra newdirblk");
7659 * When truncating we must free the newdirblk early to remove
7665 panic("cancel_newblk: extra newdirblk");
7713 panic("free_newblk: extra newdirblk");
7721 * Free a newdirblk. Clear the NEWBLOCK flag on its associated pagedep.
7724 free_newdirblk(struct newdirblk *newdirblk) argument
8576 struct newdirblk *newdirblk; local
8703 struct newdirblk *newdirblk; local
[all...]

Completed in 189 milliseconds