lo_after_commit    53 fs/gfs2/incore.h 	void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
lo_after_commit  1090 fs/gfs2/lops.c 	.lo_after_commit = buf_lo_after_commit,
lo_after_commit  1099 fs/gfs2/lops.c 	.lo_after_commit = revoke_lo_after_commit,
lo_after_commit  1108 fs/gfs2/lops.c 	.lo_after_commit = databuf_lo_after_commit,
lo_after_commit    60 fs/gfs2/lops.h 		if (gfs2_log_ops[x]->lo_after_commit)
lo_after_commit    61 fs/gfs2/lops.h 			gfs2_log_ops[x]->lo_after_commit(sdp, tr);