Home
last modified time | relevance | path

Searched refs:lo_before_commit (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/gfs2/
Dlops.h39 if (gfs2_log_ops[x]->lo_before_commit) in lops_before_commit()
40 gfs2_log_ops[x]->lo_before_commit(sdp, tr); in lops_before_commit()
Dlops.c1097 .lo_before_commit = buf_lo_before_commit,
1106 .lo_before_commit = revoke_lo_before_commit,
1115 .lo_before_commit = databuf_lo_before_commit,
Dincore.h57 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); member