Searched refs:jremref (Results 1 – 2 of 2) sorted by relevance
| /src/sys/ufs/ffs/ ! |
| H A D | ffs_softdep.c | 626 SOFTDEP_TYPE(JREMREF, jremref, "Journal inode ref remove"); 730 static void handle_written_jremref(struct jremref *); 739 static void jremref_write(struct jremref *, struct jseg *, uint8_t *); 778 static struct jremref *cancel_diradd_dotdot(struct inode *, struct dirrem *, 779 struct jremref *); 780 static struct jremref *cancel_mkdir_dotdot(struct inode *, struct dirrem *, 781 struct jremref *); 782 static void cancel_diradd(struct diradd *, struct dirrem *, struct jremref *, 783 struct jremref *, struct jremref *); 784 static void dirrem_journal(struct dirrem *, struct jremref *, struct jremref *, [all …]
|
| H A D | softdep.h | 236 #define WK_JREMREF(wk) ((struct jremref *)(wk)) 260 LIST_HEAD(jremrefhd, jremref); 838 struct jremref { struct 842 LIST_ENTRY(jremref) jr_deps; /* Links for dirrem. */ argument
|