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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h452 uint32_t l_iclog_roundoff;/* padding roundoff */ member in struct:xlog
H A Dxfs_log.c1554 log->l_iclog_roundoff = mp->m_sb.sb_logsunit;
1556 log->l_iclog_roundoff = BBSIZE;
2001 count = roundup(count_init, log->l_iclog_roundoff);
2006 ASSERT(*roundoff < log->l_iclog_roundoff);
3101 if (log->l_iclog_roundoff > BBSIZE) {
3102 uint32_t sunit_bb = BTOBB(log->l_iclog_roundoff);
3493 unit_bytes += 2 * log->l_iclog_roundoff;

Completed in 115 milliseconds