Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_rlimit.c44 xfs_sb_has_incompat_feature(sb, XFS_SB_FEAT_INCOMPAT_PARENT); in xfs_want_minlogsize_fixes()
Dxfs_format.h376 #define XFS_SB_FEAT_INCOMPAT_PARENT (1 << 7) /* parent pointers */ macro
385 XFS_SB_FEAT_INCOMPAT_PARENT)
Dxfs_sb.c181 if (sbp->sb_features_incompat & XFS_SB_FEAT_INCOMPAT_PARENT) in xfs_sb_version_to_features()