Searched refs:dirrem (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 621 SOFTDEP_TYPE(DIRREM, dirrem, "Directory entry deleted"); 766 static int handle_workitem_remove(struct dirrem *, int); 767 static struct dirrem *newdirrem(struct buf *, struct inode *, 768 struct inode *, int, struct dirrem **); 778 static struct jremref *cancel_diradd_dotdot(struct inode *, struct dirrem *, 780 static struct jremref *cancel_mkdir_dotdot(struct inode *, struct dirrem *, 782 static void cancel_diradd(struct diradd *, struct dirrem *, struct jremref *, 784 static void dirrem_journal(struct dirrem *, struct jremref *, struct jremref *, 805 static void journal_jremref(struct dirrem *, struct jremref *, 894 static struct jremref *newjremref(struct dirrem *, struct inode *, [all …]
|
H A D | softdep.h | 233 #define WK_DIRREM(wk) ((struct dirrem *)(wk)) 251 LIST_HEAD(dirremhd, dirrem); 691 struct dirrem *dau_previous; /* entry being replaced in dir change */ 739 struct dirrem { struct 742 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ argument 743 LIST_ENTRY(dirrem) dm_inonext; /* inodedep's list of dirrem's */ 843 struct dirrem *jr_dirrem; /* Back pointer to dirrem. */
|