Searched refs:jseg (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 631 SOFTDEP_TYPE(JSEG, jseg, "Journal segment"); 731 static void handle_written_jseg(struct jseg *, struct buf *); 735 static void complete_jseg(struct jseg *); 736 static void complete_jsegs(struct jseg *); 737 static void jseg_write(struct ufsmount *ump, struct jseg *, uint8_t *); 738 static void jaddref_write(struct jaddref *, struct jseg *, uint8_t *); 739 static void jremref_write(struct jremref *, struct jseg *, uint8_t *); 740 static void jmvref_write(struct jmvref *, struct jseg *, uint8_t *); 741 static void jtrunc_write(struct jtrunc *, struct jseg *, uint8_t *); 742 static void jfsync_write(struct jfsync *, struct jseg *, uint8_t *data); [all …]
|
| H A D | softdep.h | 239 #define WK_JSEG(wk) ((struct jseg *)(wk)) 266 TAILQ_HEAD(jseglst, jseg); 959 struct jseg *jd_seg; /* Our journal record. */ 971 struct jseg { struct 976 TAILQ_ENTRY(jseg) js_next; /* List of all unfinished segments. */ argument 1005 struct jseg *jb_writeseg; /* Next write to complete. */ argument 1006 struct jseg *jb_oldestseg; /* Oldest segment with valid entries. */
|