Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_sb.c474 if (sbp->sb_logsunit > 1) { in xfs_validate_sb_common()
475 if (sbp->sb_logsunit % sbp->sb_blocksize) { in xfs_validate_sb_common()
478 sbp->sb_logsunit); in xfs_validate_sb_common()
481 if (sbp->sb_logsunit > XLOG_MAX_RECORD_BSIZE) { in xfs_validate_sb_common()
484 sbp->sb_logsunit, XLOG_MAX_RECORD_BSIZE); in xfs_validate_sb_common()
656 to->sb_logsunit = be32_to_cpu(from->sb_logsunit); in __xfs_sb_from_disk()
803 to->sb_logsunit = cpu_to_be32(from->sb_logsunit); in xfs_sb_to_disk()
1269 geo->logsunit = sbp->sb_logsunit; in xfs_fs_geometry()
Dxfs_log_rlimit.c162 if (xfs_has_logv2(mp) && mp->m_sb.sb_logsunit > 1) in xfs_log_calc_minimum_size()
163 lsunit = BTOBB(mp->m_sb.sb_logsunit); in xfs_log_calc_minimum_size()
Dxfs_format.h149 uint32_t sb_logsunit; /* stripe unit size for the log */ member
240 __be32 sb_logsunit; /* stripe unit size for the log */ member
/fs/xfs/scrub/
Dagheader.c262 if (sb->sb_logsunit != cpu_to_be32(mp->m_sb.sb_logsunit)) in xchk_superblock()
/fs/xfs/
Dxfs_super.c995 mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) { in xfs_finish_flags()
996 mp->m_logbsize = mp->m_sb.sb_logsunit; in xfs_finish_flags()
998 mp->m_logbsize < mp->m_sb.sb_logsunit) { in xfs_finish_flags()
Dxfs_log.c1553 if (xfs_has_logv2(mp) && mp->m_sb.sb_logsunit > 1) in xlog_alloc_log()
1554 log->l_iclog_roundoff = mp->m_sb.sb_logsunit; in xlog_alloc_log()