Lines Matching refs:pass
802 * callers can pass head == tail if the tail is not yet known.
1054 * Now run a CRC verification pass over the records starting at the
1156 * Save the current tail lsn to use to pass to xlog_clear_stale_blocks()
1158 * we pass the lsn of the unmount record rather than the block after it.
1382 * If the log is partially zeroed, this routine will pass back the blkno
1824 * 2. Cancelled buffers are recorded in pass 1 in a separate table and
1866 int pass)
1905 trans, item, pass);
1913 trans, item, pass);
1976 int pass,
1990 error = xlog_recover_reorder_trans(log, trans, pass);
1995 trace_xfs_log_recover_item_recover(log, trans, item, pass);
1997 switch (pass) {
2232 int pass,
2257 error = xlog_recover_commit_trans(log, trans, pass,
2340 int pass,
2404 ohead->oh_flags, pass, buffer_list);
2422 int pass,
2437 trace_xfs_log_recover_record(log, rhead, pass);
2446 dp, end, pass, buffer_list);
2851 int pass,
2860 * Nothing else to do if this is a CRC verification pass. Just return
2866 if (pass == XLOG_RECOVER_CRCPASS) {
2899 return xlog_recover_process_data(log, rhash, rhead, dp, pass,
2942 * the physical log separately. The pass parameter is passed through
2951 int pass,
3154 pass, &buffer_list);
3185 error = xlog_recover_process(log, rhash, rhead, offset, pass,
3228 * of cancelling a record written into the log. The first pass
3230 * second pass replays log items normally except for those which
3249 * First do a pass to find all of the cancelled buf log items.
3250 * Store them in the buf_cancel_table for use in the second pass.
3262 * Then do a second pass to actually recover the items in the log.