Searched refs:hblks (Results 1 – 1 of 1) sorted by relevance
1145 int hblks; in xlog_check_unmount_rec() local1160 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()2963 int hblks, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local3019 hblks = xlog_logrec_hblks(log, rhead); in xlog_do_recovery_pass()3020 if (hblks != 1) { in xlog_do_recovery_pass()3022 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()3026 hblks = 1; in xlog_do_recovery_pass()3053 if (blk_no + hblks <= log->l_logBBsize) { in xlog_do_recovery_pass()[all …]