Lines Matching refs:pass
521 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
523 if (pass != 0) in buf_lo_before_scan()
532 int pass) in buf_lo_scan_elements() argument
542 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
601 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
610 if (pass != 1) in buf_lo_after_scan()
676 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
678 if (pass != 0) in revoke_lo_before_scan()
687 int pass) in revoke_lo_scan_elements() argument
698 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements()
735 static void revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in revoke_lo_after_scan() argument
743 if (pass != 1) in revoke_lo_after_scan()
769 __be64 *ptr, int pass) in databuf_lo_scan_elements() argument
780 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_JDATA) in databuf_lo_scan_elements()
818 static void databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in databuf_lo_after_scan() argument
827 if (pass != 1) in databuf_lo_after_scan()