Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc_btree.h107 #define XFS_MIN_SECTORSIZE_LOG 9 /* i.e. 512 bytes */ macro
109 #define XFS_MIN_SECTORSIZE (1 << XFS_MIN_SECTORSIZE_LOG)
Dxfs_mount.c249 sbp->sb_sectlog < XFS_MIN_SECTORSIZE_LOG ||