Home
last modified time | relevance | path

Searched refs:xfs_sb_has_incompat_feature (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_sb.c222 if (xfs_sb_has_incompat_feature(sbp, XFS_SB_FEAT_INCOMPAT_UNKNOWN)) { in xfs_validate_sb_read()
315 if (xfs_sb_has_incompat_feature(sbp, XFS_SB_FEAT_INCOMPAT_UNKNOWN)) { in xfs_validate_sb_write()
Dxfs_format.h389 xfs_sb_has_incompat_feature( in xfs_sb_has_incompat_feature() function