Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c172 { XFS_FEAT_IKEEP, ",ikeep" }, in xfs_fs_show_options()
1424 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, true); in xfs_fs_parse_param()
1425 parsing_mp->m_features |= XFS_FEAT_IKEEP; in xfs_fs_parse_param()
1428 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, false); in xfs_fs_parse_param()
1429 parsing_mp->m_features &= ~XFS_FEAT_IKEEP; in xfs_fs_parse_param()
H A Dxfs_mount.h351 #define XFS_FEAT_IKEEP (1ULL << 57) /* keep empty inode clusters*/ macro