Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dlops.h54 if (gfs2_log_ops[x]->lo_before_commit) in lops_before_commit()
55 gfs2_log_ops[x]->lo_before_commit(sdp, tr); in lops_before_commit()
Dlops.c848 .lo_before_commit = buf_lo_before_commit,
857 .lo_before_commit = revoke_lo_before_commit,
866 .lo_before_commit = databuf_lo_before_commit,
Dincore.h56 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); member