Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_alloc_btree.h58 #define XFS_MIN_BLOCKSIZE_LOG 9 /* i.e. 512 bytes */ macro
60 #define XFS_MIN_BLOCKSIZE (1 << XFS_MIN_BLOCKSIZE_LOG)
Dxfs_mount.c360 sbp->sb_blocklog < XFS_MIN_BLOCKSIZE_LOG || in xfs_mount_validate_sb()