Searched refs:l_logBBsize (Results 1 – 3 of 3) sorted by relevance
84 if (blk_no < 0 || blk_no >= log->l_logBBsize) in xlog_verify_bno()86 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()390 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()560 int error, log_bbnum = log->l_logBBsize; in xlog_find_head()857 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()911 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()964 return tail_blk + (log->l_logBBsize - head_blk); in xlog_tail_distance()1175 div_s64_rem(bno, log->l_logBBsize, &mod); in xlog_wrap_logbno()1468 int error, log_bbnum = log->l_logBBsize; in xlog_find_zeroed()1599 while (bufblks > log->l_logBBsize) in xlog_write_log_records()[all …]
1389 log->l_logBBsize = num_bblks; in xlog_alloc_log()1571 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold()1582 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold()1590 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()1591 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()1753 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog()1796 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog()1799 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog()1823 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog()1925 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_sync()[all …]
409 int l_logBBsize; /* size of log in BB chunks */ member