Lines Matching refs:pass
231 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
235 if (pass != 0) in buf_lo_before_scan()
244 int pass) in buf_lo_scan_elements() argument
254 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
291 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
300 if (pass != 1) in buf_lo_after_scan()
366 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
370 if (pass != 0) in revoke_lo_before_scan()
379 int pass) in revoke_lo_scan_elements() argument
390 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements()
427 static void revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in revoke_lo_after_scan() argument
435 if (pass != 1) in revoke_lo_after_scan()
640 __be64 *ptr, int pass) in databuf_lo_scan_elements() argument
651 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_JDATA) in databuf_lo_scan_elements()
691 static void databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in databuf_lo_after_scan() argument
700 if (pass != 1) in databuf_lo_after_scan()