Searched refs:l_logBBsize (Results 1 – 4 of 4) sorted by relevance
65 if (blk_no < 0 || blk_no >= log->l_logBBsize) in xlog_verify_bno()67 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()339 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()514 int error, log_bbnum = log->l_logBBsize; in xlog_find_head()811 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()865 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()918 return tail_blk + (log->l_logBBsize - head_blk); in xlog_tail_distance()1129 div_s64_rem(bno, log->l_logBBsize, &mod); in xlog_wrap_logbno()1407 int error, log_bbnum = log->l_logBBsize; in xlog_find_zeroed()1538 while (bufblks > log->l_logBBsize) in xlog_write_log_records()[all …]
1315 log->l_logBBsize = num_bblks; in xlog_alloc_log()1497 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold()1508 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold()1516 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()1517 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()1680 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog()1732 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog()1735 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog()1759 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog()1861 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_sync()[all …]
402 int l_logBBsize; /* size of log in BB chunks */ member
317 log->l_curr_block -= log->l_logBBsize;