Home
last modified time | relevance | path

Searched refs:l_iclog_roundoff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1553 log->l_iclog_roundoff = mp->m_sb.sb_logsunit; in xlog_alloc_log()
1555 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()
1999 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()
2004 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()
3099 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()
3100 uint32_t sunit_bb = BTOBB(log->l_iclog_roundoff); in xlog_state_switch_iclogs()
3491 unit_bytes += 2 * log->l_iclog_roundoff; in xlog_calc_unit_res()
H A Dxfs_log_priv.h451 uint32_t l_iclog_roundoff;/* padding roundoff */ member

Completed in 6 milliseconds