Searched refs:hblks (Results 1 – 1 of 1) sorted by relevance
1151 int hblks; in xlog_check_unmount_rec() local1166 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()2939 int hblks, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local2995 hblks = xlog_logrec_hblks(log, rhead); in xlog_do_recovery_pass()2996 if (hblks != 1) { in xlog_do_recovery_pass()2998 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()3002 hblks = 1; in xlog_do_recovery_pass()3029 if (blk_no + hblks <= log->l_logBBsize) { in xlog_do_recovery_pass()[all …]