Searched refs:l_logBBsize (Results 1 – 4 of 4) sorted by relevance
61 if (blk_no < 0 || blk_no >= log->l_logBBsize) in xlog_verify_bno()63 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()333 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()508 int error, log_bbnum = log->l_logBBsize; in xlog_find_head()805 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()859 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()912 return tail_blk + (log->l_logBBsize - head_blk); in xlog_tail_distance()1123 div_s64_rem(bno, log->l_logBBsize, &mod); in xlog_wrap_logbno()1401 int error, log_bbnum = log->l_logBBsize; in xlog_find_zeroed()1532 while (bufblks > log->l_logBBsize) in xlog_write_log_records()[all …]
1548 log->l_logBBsize = num_bblks; in xlog_alloc_log()1701 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold()1712 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold()1720 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()1721 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()1883 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog()1956 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog()1959 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog()1983 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog()2080 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;