Home
last modified time | relevance | path

Searched refs:sb_logsunit (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_log_priv.h45 #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)
Dxfs_sb.h150 __uint32_t sb_logsunit; /* stripe unit size for the log */ member
221 __be32 sb_logsunit; /* stripe unit size for the log */ member
Dxfs_log.c1492 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()
Dxfs_mount.c118 { offsetof(xfs_sb_t, sb_logsunit), 0 },
408 to->sb_logsunit = be32_to_cpu(from->sb_logsunit); in xfs_sb_from_disk()
Dxfs_fsops.c113 geo->logsunit = mp->m_sb.sb_logsunit; in xfs_fs_geometry()
/fs/xfs/linux-2.6/
Dxfs_super.c1369 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()