Searched refs:sb_unit (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c523 * Either (sb_unit and !hasdalign) or (!sb_unit and hasdalign)
527 if (!!sbp->sb_unit ^ has_dalign) {
532 if (!xfs_validate_stripe_geometry(mp, XFS_FSB_TO_B(mp, sbp->sb_unit),
651 to->sb_unit = be32_to_cpu(from->sb_unit);
798 to->sb_unit = cpu_to_be32(from->sb_unit);
1212 geo->sunit = sbp->sb_unit;
H A Dxfs_format.h144 uint32_t sb_unit; /* stripe or raid unit */ member in struct:xfs_sb
235 __be32 sb_unit; /* stripe or raid unit */ member in struct:xfs_dsb
/linux-master/fs/xfs/
H A Dxfs_mount.c346 if (sbp->sb_unit == mp->m_dalign &&
354 sbp->sb_unit = mp->m_dalign;
358 mp->m_dalign = sbp->sb_unit;
/linux-master/fs/xfs/scrub/
H A Dagheader.c247 if (sb->sb_unit != cpu_to_be32(mp->m_sb.sb_unit))

Completed in 280 milliseconds