Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_sb.c460 if (sbp->sb_logsectsize != (1U << sbp->sb_logsectlog)) { in xfs_validate_sb_common()
463 sbp->sb_logsectsize, 1U << sbp->sb_logsectlog); in xfs_validate_sb_common()
466 } else if (sbp->sb_logsectsize || sbp->sb_logsectlog) { in xfs_validate_sb_common()
469 sbp->sb_logsectsize, sbp->sb_logsectlog); in xfs_validate_sb_common()
652 to->sb_logsectsize = be16_to_cpu(from->sb_logsectsize); in __xfs_sb_from_disk()
799 to->sb_logsectsize = cpu_to_be16(from->sb_logsectsize); in xfs_sb_to_disk()
1251 geo->logsectsize = sbp->sb_logsectsize; in xfs_fs_geometry()
Dxfs_format.h148 uint16_t sb_logsectsize; /* sector size for the log, bytes */ member
239 __be16 sb_logsectsize; /* sector size for the log, bytes */ member
/linux-6.6.21/fs/xfs/scrub/
Dagheader.c259 if (sb->sb_logsectsize != cpu_to_be16(mp->m_sb.sb_logsectsize)) in xchk_superblock()
/linux-6.6.21/fs/xfs/
Dxfs_super.c525 log_sector_size = mp->m_sb.sb_logsectsize; in xfs_setup_devices()