Lines Matching defs:sbp
301 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument
303 static inline bool xfs_sb_is_v5(const struct xfs_sb *sbp) in xfs_sb_is_v5()
312 static inline bool xfs_sb_has_mismatched_features2(const struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
317 static inline bool xfs_sb_version_hasmorebits(const struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
323 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
328 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
333 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
339 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp) in xfs_sb_version_addprojid32()
367 const struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
385 const struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
419 const struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
431 const struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
439 struct xfs_sb *sbp) in xfs_sb_remove_incompat_log_features()
446 struct xfs_sb *sbp, in xfs_sb_add_incompat_log_features()
452 static inline bool xfs_sb_version_haslogxattrs(const struct xfs_sb *sbp) in xfs_sb_version_haslogxattrs()
459 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()