Searched refs:sb_logsunit (Results 1 – 6 of 6) sorted by relevance
45 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \46 (log)->l_mp->m_sb.sb_logsunit)47 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit)
150 __uint32_t sb_logsunit; /* stripe unit size for the log */ member221 __be32 sb_logsunit; /* stripe unit size for the log */ member
1492 if (v2 && log->l_mp->m_sb.sb_logsunit > 1) { in xlog_sync()1500 ASSERT((v2 && log->l_mp->m_sb.sb_logsunit > 1 && in xlog_sync()1501 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()1503 (log->l_mp->m_sb.sb_logsunit <= 1 && in xlog_sync()2929 log->l_mp->m_sb.sb_logsunit > 1) { in xlog_state_switch_iclogs()2930 __uint32_t sunit_bb = BTOBB(log->l_mp->m_sb.sb_logsunit); in xlog_state_switch_iclogs()3306 log->l_mp->m_sb.sb_logsunit > 1) { in xlog_ticket_alloc()3308 unit_bytes += 2*log->l_mp->m_sb.sb_logsunit; in xlog_ticket_alloc()
118 { offsetof(xfs_sb_t, sb_logsunit), 0 },408 to->sb_logsunit = be32_to_cpu(from->sb_logsunit); in xfs_sb_from_disk()
113 geo->logsunit = mp->m_sb.sb_logsunit; in xfs_fs_geometry()
1369 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) { in xfs_finish_flags()1370 mp->m_logbsize = mp->m_sb.sb_logsunit; in xfs_finish_flags()1372 mp->m_logbsize < mp->m_sb.sb_logsunit) { in xfs_finish_flags()