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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h188 #define WK_NEWDIRBLK(wk) ((struct newdirblk *)(wk))
250 struct newdirblk *pd_newdirblk; /* associated newdirblk if NEWBLOCK */
409 * block is created, we allocate a newdirblk structure which is linked
411 * allocdirect has been satisfied, the newdirblk structure is moved to
708 * A "newdirblk" structure tracks the progress of a newly allocated
714 * we allocate a newdirblk structure which is linked to the associated
716 * satisfied, the newdirblk structure is moved to the inodedep id_bufwait
729 struct newdirblk { struct
H A Dffs_softdep.c704 SOFTDEP_TYPE(NEWDIRBLK, newdirblk, "Unclaimed new directory block");
904 static void free_newdirblk(struct newdirblk *);
5333 panic("allocdirect_merge: extra newdirblk");
5896 panic("allocindir_merge: extra newdirblk");
7211 * When truncating we must free the newdirblk early to remove
7217 panic("cancel_newblk: extra newdirblk");
7267 panic("free_newblk: extra newdirblk");
7275 * Free a newdirblk. Clear the NEWBLOCK flag on its associated pagedep.
7279 free_newdirblk(newdirblk)
7280 struct newdirblk *newdirbl
8113 struct newdirblk *newdirblk = 0; local
8238 struct newdirblk *newdirblk = 0; local
[all...]

Completed in 90 milliseconds