Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_types.h70 #define XFS_MIN_BLOCKSIZE_LOG 9 /* i.e. 512 bytes */ macro
72 #define XFS_MIN_BLOCKSIZE (1 << XFS_MIN_BLOCKSIZE_LOG)
74 #define XFS_MIN_CRC_BLOCKSIZE (1 << (XFS_MIN_BLOCKSIZE_LOG + 1))
A Dxfs_sb.c445 sbp->sb_blocklog < XFS_MIN_BLOCKSIZE_LOG || in xfs_validate_sb_common()

Completed in 7 milliseconds