Lines Matching defs:sbp
299 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument
301 static inline bool xfs_sb_is_v5(const struct xfs_sb *sbp) in xfs_sb_is_v5()
310 static inline bool xfs_sb_has_mismatched_features2(const struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
315 static inline bool xfs_sb_version_hasmorebits(const struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
321 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
326 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
331 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
337 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp) in xfs_sb_version_addprojid32()
365 const struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
383 const struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
412 const struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
424 const struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
432 struct xfs_sb *sbp) in xfs_sb_remove_incompat_log_features()
439 struct xfs_sb *sbp, in xfs_sb_add_incompat_log_features()
445 static inline bool xfs_sb_version_haslogxattrs(const struct xfs_sb *sbp) in xfs_sb_version_haslogxattrs()
452 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()