Searched defs:gfs2_log_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/fs/gfs2/ |
| D | incore.h | 56 struct gfs2_log_operations { struct 57 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 58 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 59 void (*lo_before_scan) (struct gfs2_jdesc *jd, 61 int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start, 64 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass); 65 const char *lo_name;
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| D | incore.h | 55 struct gfs2_log_operations { struct 56 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 58 void (*lo_before_scan) (struct gfs2_jdesc *jd, 60 int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start, 63 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass); 64 const char *lo_name;
|