Home
last modified time | relevance | path

Searched defs:gfs2_log_operations (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/gfs2/
Dincore.h56 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/
Dincore.h55 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;