Home
last modified time | relevance | path

Searched refs:sb_logsectsize (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c498 if (sbp->sb_logsectsize != (1U << sbp->sb_logsectlog)) { in xfs_validate_sb_common()
501 sbp->sb_logsectsize, 1U << sbp->sb_logsectlog); in xfs_validate_sb_common()
504 } else if (sbp->sb_logsectsize || sbp->sb_logsectlog) { in xfs_validate_sb_common()
507 sbp->sb_logsectsize, sbp->sb_logsectlog); in xfs_validate_sb_common()
666 to->sb_logsectsize = be16_to_cpu(from->sb_logsectsize); in __xfs_sb_from_disk()
813 to->sb_logsectsize = cpu_to_be16(from->sb_logsectsize); in xfs_sb_to_disk()
1278 geo->logsectsize = sbp->sb_logsectsize; in xfs_fs_geometry()
Dxfs_format.h147 uint16_t sb_logsectsize; /* sector size for the log, bytes */ member
236 __be16 sb_logsectsize; /* sector size for the log, bytes */ member
/linux-6.12.1/fs/xfs/scrub/
Dagheader.c259 if (sb->sb_logsectsize != cpu_to_be16(mp->m_sb.sb_logsectsize)) in xchk_superblock()
/linux-6.12.1/fs/xfs/
Dxfs_super.c526 log_sector_size = mp->m_sb.sb_logsectsize; in xfs_setup_devices()