Searched refs:l_logBBsize (Results 1 – 4 of 4) sorted by relevance
68 if (blk_no < 0 || blk_no >= log->l_logBBsize) in xlog_verify_bno()70 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()340 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()515 int error, log_bbnum = log->l_logBBsize; in xlog_find_head()812 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()866 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()919 return tail_blk + (log->l_logBBsize - head_blk); in xlog_tail_distance()1130 div_s64_rem(bno, log->l_logBBsize, &mod); in xlog_wrap_logbno()1408 int error, log_bbnum = log->l_logBBsize; in xlog_find_zeroed()1539 while (bufblks > log->l_logBBsize) in xlog_write_log_records()[all …]
1523 log->l_logBBsize = num_bblks; in xlog_alloc_log()1679 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold()1690 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold()1698 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()1699 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()1861 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog()1926 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog()1929 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog()1953 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog()2041 if (bno + BTOBB(count) > log->l_logBBsize) in xlog_sync()[all …]
413 int l_logBBsize; /* size of log in BB chunks */ member
317 log->l_curr_block -= log->l_logBBsize;