Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.c711 uint32_t blocksize_bytes; in xfs_inode_validate_extsize() local
745 blocksize_bytes = XFS_FSB_TO_B(mp, mp->m_sb.sb_rextsize); in xfs_inode_validate_extsize()
747 blocksize_bytes = mp->m_sb.sb_blocksize; in xfs_inode_validate_extsize()
765 if (extsize_bytes % blocksize_bytes) in xfs_inode_validate_extsize()