Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_mount.c670 if (!(mp->m_sb.sb_versionnum & XFS_SB_VERSION_NLINKBIT)) { in xfs_mountfs()
671 mp->m_sb.sb_versionnum |= XFS_SB_VERSION_NLINKBIT; in xfs_mountfs()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h50 #define XFS_SB_VERSION_NLINKBIT 0x0020 macro