Searched refs:XFS_SB_VERSION_NLINKBIT (Results 1 – 3 of 3) sorted by relevance
684 if (!(mp->m_sb.sb_versionnum & XFS_SB_VERSION_NLINKBIT)) { in xfs_mountfs()685 mp->m_sb.sb_versionnum |= XFS_SB_VERSION_NLINKBIT; in xfs_mountfs()
161 XFS_SB_VERSION_NLINKBIT | in xchk_superblock()
38 #define XFS_SB_VERSION_NLINKBIT 0x0020 macro