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()3001 int hblks = 1, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local3012 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()3065 hblks = DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_do_recovery_pass()3066 if (hblks > 1) { in xlog_do_recovery_pass()3068 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()3098 if (blk_no + hblks <= log->l_logBBsize) { in xlog_do_recovery_pass()[all …]