Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h58 #define XFS_SB_VERSION_DIRV2BIT 0x2000 macro
297 if (!(sbp->sb_versionnum & XFS_SB_VERSION_DIRV2BIT)) in xfs_sb_good_v4_features()
Dxfs_dir2.c108 ASSERT(mp->m_sb.sb_versionnum & XFS_SB_VERSION_DIRV2BIT); in xfs_da_mount()