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

/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h75 #define XFS_MIN_SECTORSIZE_LOG 9 /* i.e. 512 bytes */ macro
77 #define XFS_MIN_SECTORSIZE (1 << XFS_MIN_SECTORSIZE_LOG)
H A Dxfs_sb.c403 sbp->sb_sectlog < XFS_MIN_SECTORSIZE_LOG ||

Completed in 107 milliseconds