Home
last modified time | relevance | path

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

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