Home
last modified time | relevance | path

Searched refs:hblks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_recover.c1145 int hblks; in xlog_check_unmount_rec() local
1160 hblks = xlog_logrec_hblks(log, rhead); in xlog_check_unmount_rec()
1162 rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len))); in xlog_check_unmount_rec()
1166 umount_data_blk = xlog_wrap_logbno(log, rhead_blk + hblks); in xlog_check_unmount_rec()
2962 int hblks, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local
3018 hblks = xlog_logrec_hblks(log, rhead); in xlog_do_recovery_pass()
3019 if (hblks != 1) { in xlog_do_recovery_pass()
3021 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()
3025 hblks = 1; in xlog_do_recovery_pass()
3052 if (blk_no + hblks < in xlog_do_recovery_pass()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c1151 int hblks; in xlog_check_unmount_rec() local
1166 hblks = xlog_logrec_hblks(log, rhead); in xlog_check_unmount_rec()
1168 rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len))); in xlog_check_unmount_rec()
1172 umount_data_blk = xlog_wrap_logbno(log, rhead_blk + hblks); in xlog_check_unmount_rec()
2943 int hblks = 1, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local
3007 hblks = DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_do_recovery_pass()
3008 if (hblks > 1) { in xlog_do_recovery_pass()
3010 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()
3041 if (blk_no + hblks <= log->l_logBBsize) { in xlog_do_recovery_pass()
3043 error = xlog_bread(log, blk_no, hblks, hb in xlog_do_recovery_pass()
[all...]

Completed in 7 milliseconds