Home
last modified time | relevance | path

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

/fs/gfs2/
Dlops.h51 if (gfs2_log_ops[x]->lo_before_commit) in lops_before_commit()
52 gfs2_log_ops[x]->lo_before_commit(sdp, tr); in lops_before_commit()
Dlops.c1089 .lo_before_commit = buf_lo_before_commit,
1098 .lo_before_commit = revoke_lo_before_commit,
1107 .lo_before_commit = databuf_lo_before_commit,
Dincore.h52 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); member