Searched refs:l_logBBsize (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_recover.c | 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...] |
H A D | xfs_log.c | 1541 log->l_logBBsize = num_bblks; in xlog_alloc_log() 1694 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold() 1705 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold() 1713 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold() 1714 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold() 1876 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog() 1944 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog() 1947 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog() 1977 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog() 2074 if (bno + BTOBB(count) > log->l_logBBsize) in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 417 int l_logBBsize; /* size of log in BB chunks */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 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...] |
H A D | xfs_log.c | 1330 log->l_logBBsize = num_bblks; in xlog_alloc_log() 1512 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold() 1523 free_threshold = max(free_threshold, (log->l_logBBsize >> 2)); in xlog_grant_push_threshold() 1531 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold() 1532 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold() 1695 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog() 1747 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog() 1750 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog() 1774 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog() 1876 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 402 int l_logBBsize; /* size of log in BB chunks */ member
|
Completed in 14 milliseconds