Searched refs:XFS_SB_VERSION_NLINKBIT (Results 1 – 2 of 2) sorted by relevance
680 if (!(mp->m_sb.sb_versionnum & XFS_SB_VERSION_NLINKBIT)) { in xfs_mountfs()681 mp->m_sb.sb_versionnum |= XFS_SB_VERSION_NLINKBIT; in xfs_mountfs()
50 #define XFS_SB_VERSION_NLINKBIT 0x0020 macro