gfs2_log_ops 1114 fs/gfs2/lops.c const struct gfs2_log_operations *gfs2_log_ops[] = { gfs2_log_ops 20 fs/gfs2/lops.h extern const struct gfs2_log_operations *gfs2_log_ops[]; gfs2_log_ops 50 fs/gfs2/lops.h for (x = 0; gfs2_log_ops[x]; x++) gfs2_log_ops 51 fs/gfs2/lops.h if (gfs2_log_ops[x]->lo_before_commit) gfs2_log_ops 52 fs/gfs2/lops.h gfs2_log_ops[x]->lo_before_commit(sdp, tr); gfs2_log_ops 59 fs/gfs2/lops.h for (x = 0; gfs2_log_ops[x]; x++) gfs2_log_ops 60 fs/gfs2/lops.h if (gfs2_log_ops[x]->lo_after_commit) gfs2_log_ops 61 fs/gfs2/lops.h gfs2_log_ops[x]->lo_after_commit(sdp, tr); gfs2_log_ops 69 fs/gfs2/lops.h for (x = 0; gfs2_log_ops[x]; x++) gfs2_log_ops 70 fs/gfs2/lops.h if (gfs2_log_ops[x]->lo_before_scan) gfs2_log_ops 71 fs/gfs2/lops.h gfs2_log_ops[x]->lo_before_scan(jd, head, pass); gfs2_log_ops 80 fs/gfs2/lops.h for (x = 0; gfs2_log_ops[x]; x++) gfs2_log_ops 81 fs/gfs2/lops.h if (gfs2_log_ops[x]->lo_scan_elements) { gfs2_log_ops 82 fs/gfs2/lops.h error = gfs2_log_ops[x]->lo_scan_elements(jd, start, gfs2_log_ops 95 fs/gfs2/lops.h for (x = 0; gfs2_log_ops[x]; x++) gfs2_log_ops 96 fs/gfs2/lops.h if (gfs2_log_ops[x]->lo_before_scan) gfs2_log_ops 97 fs/gfs2/lops.h gfs2_log_ops[x]->lo_after_scan(jd, error, pass);