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

/freebsd-10.1-release/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 */
220 #define WK_DIRREM(wk) ((struct dirrem *)(wk))
238 LIST_HEAD(dirremhd, dirrem);
261 * pd_dirremhd list holds the list of dirrem requests which decrement
284 struct dirremhd pd_dirremhd; /* dirrem's waiting for page */
664 * pagedep is available in the associated dirrem entr
724 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 *,
925 static struct jremref *newjremref(struct dirrem *, struc
1629 struct dirrem *dirrem; local
3717 struct dirrem *dirrem; local
4007 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
7147 struct dirrem *dirrem, *tmp; local
8828 struct dirrem *dirrem; local
8906 struct dirrem *dirrem, *prevdirrem; local
9108 struct dirrem *dirrem; local
9268 struct dirrem *dirrem, *prevdirrem; local
10063 struct dirrem *dirrem; local
11923 struct dirrem *dirrem; local
13642 struct dirrem *dirrem; local
[all...]

Completed in 120 milliseconds