Home
last modified time | relevance | path

Searched refs:XFS_FEAT_NLINK (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.h274 #define XFS_FEAT_NLINK (1ULL << 1) /* 32 bit link counts */ macro
H A Dxfs_mount.c684 mp->m_features |= XFS_FEAT_NLINK; in xfs_mountfs()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c122 features |= XFS_FEAT_NLINK; in xfs_sb_version_to_features()