Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_alloc_btree.h62 #define XFS_MIN_SECTORSIZE_LOG 9 /* i.e. 512 bytes */ macro
64 #define XFS_MIN_SECTORSIZE (1 << XFS_MIN_SECTORSIZE_LOG)
Dxfs_mount.c355 sbp->sb_sectlog < XFS_MIN_SECTORSIZE_LOG || in xfs_mount_validate_sb()