Lines Matching refs:sb_logsunit
651 } else if (mp->m_sb.sb_logsunit > 1 && in xfs_log_mount()
652 mp->m_sb.sb_logsunit % mp->m_sb.sb_blocksize) { in xfs_log_mount()
655 mp->m_sb.sb_logsunit); in xfs_log_mount()
1855 if (v2 && log->l_mp->m_sb.sb_logsunit > 1) { in xlog_sync()
1863 ASSERT((v2 && log->l_mp->m_sb.sb_logsunit > 1 && in xlog_sync()
1864 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()
1866 (log->l_mp->m_sb.sb_logsunit <= 1 && in xlog_sync()
3262 log->l_mp->m_sb.sb_logsunit > 1) { in xlog_state_switch_iclogs()
3263 uint32_t sunit_bb = BTOBB(log->l_mp->m_sb.sb_logsunit); in xlog_state_switch_iclogs()
3659 if (xfs_sb_version_haslogv2(&mp->m_sb) && mp->m_sb.sb_logsunit > 1) { in xfs_log_calc_unit_res()
3661 unit_bytes += 2 * mp->m_sb.sb_logsunit; in xfs_log_calc_unit_res()