Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Dlops.h72 if (gfs2_log_ops[x]->lo_after_commit) in lops_after_commit()
73 gfs2_log_ops[x]->lo_after_commit(sdp, ai); in lops_after_commit()
Dlops.c827 .lo_after_commit = buf_lo_after_commit,
837 .lo_after_commit = revoke_lo_after_commit,
851 .lo_after_commit = databuf_lo_after_commit,
Dincore.h57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_ail *ai); member