Searched refs:XFS_FEAT_SECTOR (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ | ||
D | xfs_mount.h | 269 #define XFS_FEAT_SECTOR (1ULL << 6) /* sector size > 512 bytes */ macro |
/fs/xfs/libxfs/ | ||
D | xfs_sb.c | 135 features |= XFS_FEAT_SECTOR; in xfs_sb_version_to_features() |