Home
last modified time | relevance | path

Searched refs:l_logBBsize (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c61 if (blk_no < 0 || blk_no >= log->l_logBBsize) in xlog_verify_bno()
333 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()
1532 while (bufblks > log->l_logBBsize) in xlog_write_log_records()
1638 head_block >= log->l_logBBsize)) in xlog_clear_stale_blocks()
3051 while (blk_no < log->l_logBBsize) { in xlog_do_recovery_pass()
3066 if (blk_no != log->l_logBBsize) { in xlog_do_recovery_pass()
3114 blk_no >= log->l_logBBsize) { in xlog_do_recovery_pass()
3125 if (blk_no != log->l_logBBsize) { in xlog_do_recovery_pass()
3131 log->l_logBBsize - (int)blk_no; in xlog_do_recovery_pass()
3168 ASSERT(blk_no >= log->l_logBBsize); in xlog_do_recovery_pass()
[all …]
H A Dxfs_log.c1541 log->l_logBBsize = num_bblks; in xlog_alloc_log()
1695 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_threshold()
1714 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1715 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1877 ASSERT(bno < log->l_logBBsize); in xlog_write_iclog()
1945 if (bno + BTOBB(count) > log->l_logBBsize) { in xlog_write_iclog()
1948 split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno, in xlog_write_iclog()
1978 unsigned int split_offset = BBTOB(log->l_logBBsize - bno); in xlog_split_iclog()
2075 if (bno + BTOBB(count) > log->l_logBBsize) in xlog_sync()
3105 if (log->l_curr_block >= log->l_logBBsize) { in xlog_state_switch_iclogs()
[all …]
H A Dxfs_log_priv.h418 int l_logBBsize; /* size of log in BB chunks */ member
/openbmc/linux/tools/memory-model/Documentation/
H A Drecipes.txt317 log->l_curr_block -= log->l_logBBsize;