Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_sb.c619 sbp->sb_sectsize < XFS_MIN_SECTORSIZE || in xfs_validate_sb_common()
620 sbp->sb_sectsize > XFS_MAX_SECTORSIZE || in xfs_validate_sb_common()
623 sbp->sb_sectsize != (1 << sbp->sb_sectlog) || in xfs_validate_sb_common()
829 to->sb_sectsize = be16_to_cpu(from->sb_sectsize); in __xfs_sb_from_disk()
1009 to->sb_sectsize = cpu_to_be16(from->sb_sectsize); in xfs_sb_to_disk()
1521 geo->sectsize = sbp->sb_sectsize; in xfs_fs_geometry()
H A Dxfs_ondisk.h244 XFS_CHECK_SB_OFFSET(sb_sectsize, 102); in xfs_check_ondisk_structs()
H A Dxfs_format.h112 uint16_t sb_sectsize; /* volume sector size, bytes */ member
210 __be16 sb_sectsize; /* volume sector size, bytes */ member
H A Dxfs_ialloc.c3104 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()
/linux/fs/xfs/scrub/
H A Dagheader.c226 if (sb->sb_sectsize != cpu_to_be16(mp->m_sb.sb_sectsize)) in xchk_superblock()
/linux/fs/xfs/
H A Dxfs_super.c557 error = xfs_configure_buftarg(mp->m_ddev_targp, mp->m_sb.sb_sectsize, in xfs_setup_devices()
582 mp->m_sb.sb_sectsize, mp->m_sb.sb_rblocks); in xfs_setup_devices()