Searched refs:XFS_FEAT_SPINODES (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ | ||
D | xfs_mount.h | 283 #define XFS_FEAT_SPINODES (1ULL << 20) /* sparse inode chunks */ macro |
/fs/xfs/libxfs/ | ||
D | xfs_sb.c | 169 features |= XFS_FEAT_SPINODES; in xfs_sb_version_to_features() |