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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h78 * the new directory to be written to disk. The RMDIR flag marks a dirrem
86 * the update is complete the dirrem associated with the inode for
126 #define RMDIR 0x000040 /* dirrem only */
127 #define DIRCHG 0x000080 /* diradd, dirrem only */
132 #define INPROGRESS 0x001000 /* dirrem, freeblks, freefrag, freefile only */
221 #define WK_DIRREM(wk) ((struct dirrem *)(wk))
239 LIST_HEAD(dirremhd, dirrem);
262 * pd_dirremhd list holds the list of dirrem requests which decrement
285 struct dirremhd pd_dirremhd; /* dirrem's waiting for page */
665 * pagedep is available in the associated dirrem entr
725 struct dirrem { struct
[all...]
H A Dffs_softdep.c659 SOFTDEP_TYPE(DIRREM, dirrem, "Directory entry deleted");
801 static int handle_workitem_remove(struct dirrem *, int);
802 static struct dirrem *newdirrem(struct buf *, struct inode *,
803 struct inode *, int, struct dirrem **);
813 static struct jremref *cancel_diradd_dotdot(struct inode *, struct dirrem *,
815 static struct jremref *cancel_mkdir_dotdot(struct inode *, struct dirrem *,
817 static void cancel_diradd(struct diradd *, struct dirrem *, struct jremref *,
819 static void dirrem_journal(struct dirrem *, struct jremref *, struct jremref *,
840 static void journal_jremref(struct dirrem *, struct jremref *,
928 static struct jremref *newjremref(struct dirrem *, struc
1632 struct dirrem *dirrem; local
3727 struct dirrem *dirrem; local
4017 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
7136 struct dirrem *dirrem, *tmp; local
8818 struct dirrem *dirrem; local
8896 struct dirrem *dirrem, *prevdirrem; local
9098 struct dirrem *dirrem; local
9257 struct dirrem *dirrem, *prevdirrem; local
10047 struct dirrem *dirrem; local
12006 struct dirrem *dirrem; local
13818 struct dirrem *dirrem; local
[all...]

Completed in 138 milliseconds