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

/freebsd-10.0-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 */
187 #define WK_DIRREM(wk) ((struct dirrem *)(wk))
205 LIST_HEAD(dirremhd, dirrem);
228 * pd_dirremhd list holds the list of dirrem requests which decrement
251 struct dirremhd pd_dirremhd; /* dirrem's waiting for page */
630 * pagedep is available in the associated dirrem entr
690 struct dirrem { struct
[all...]
H A Dffs_softdep.c703 SOFTDEP_TYPE(DIRREM, dirrem, "Directory entry deleted");
876 static int handle_workitem_remove(struct dirrem *, int);
877 static struct dirrem *newdirrem(struct buf *, struct inode *,
878 struct inode *, int, struct dirrem **);
888 static struct jremref *cancel_diradd_dotdot(struct inode *, struct dirrem *,
890 static struct jremref *cancel_mkdir_dotdot(struct inode *, struct dirrem *,
892 static void cancel_diradd(struct diradd *, struct dirrem *, struct jremref *,
894 static void dirrem_journal(struct dirrem *, struct jremref *, struct jremref *,
915 static void journal_jremref(struct dirrem *, struct jremref *,
1000 static struct jremref *newjremref(struct dirrem *, struc
1637 struct dirrem *dirrem; local
3586 struct dirrem *dirrem; local
3876 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument
6964 struct dirrem *dirrem, *tmp; local
8609 struct dirrem *dirrem; local
8684 struct dirrem *dirrem, *prevdirrem; local
8882 struct dirrem *dirrem; local
9038 struct dirrem *dirrem, *prevdirrem; local
9825 struct dirrem *dirrem; local
11664 struct dirrem *dirrem; local
13258 struct dirrem *dirrem; local
[all...]

Completed in 104 milliseconds