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

/linux-master/fs/xfs/
H A Dxfs_super.c166 { XFS_FEAT_IKEEP, ",ikeep" },
1373 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, true);
1374 parsing_mp->m_features |= XFS_FEAT_IKEEP;
1377 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, false);
1378 parsing_mp->m_features &= ~XFS_FEAT_IKEEP;
H A Dxfs_mount.h307 #define XFS_FEAT_IKEEP (1ULL << 57) /* keep empty inode clusters*/ macro

Completed in 179 milliseconds