Lines Matching defs:pass

808 	 * callers can pass head == tail if the tail is not yet known.
1060 * Now run a CRC verification pass over the records starting at the
1162 * Save the current tail lsn to use to pass to xlog_clear_stale_blocks()
1164 * we pass the lsn of the unmount record rather than the block after it.
1388 * If the log is partially zeroed, this routine will pass back the blkno
1804 * 2. Cancelled buffers are recorded in pass 1 in a separate table and
1846 int pass)
1885 trans, item, pass);
1893 trans, item, pass);
1956 int pass,
1970 error = xlog_recover_reorder_trans(log, trans, pass);
1975 trace_xfs_log_recover_item_recover(log, trans, item, pass);
1977 switch (pass) {
2212 int pass,
2237 error = xlog_recover_commit_trans(log, trans, pass,
2320 int pass,
2384 ohead->oh_flags, pass, buffer_list);
2402 int pass,
2417 trace_xfs_log_recover_record(log, rhead, pass);
2426 dp, end, pass, buffer_list);
2695 /* setup for the next pass */
2832 int pass,
2841 * Nothing else to do if this is a CRC verification pass. Just return
2847 if (pass == XLOG_RECOVER_CRCPASS) {
2880 return xlog_recover_process_data(log, rhash, rhead, dp, pass,
2923 * the physical log separately. The pass parameter is passed through
2932 int pass,
3143 pass, &buffer_list);
3174 error = xlog_recover_process(log, rhash, rhead, offset, pass,
3217 * of cancelling a record written into the log. The first pass
3219 * second pass replays log items normally except for those which
3238 * First do a pass to find all of the cancelled buf log items.
3239 * Store them in the buf_cancel_table for use in the second pass.
3255 * Then do a second pass to actually recover the items in the log.