Lines Matching refs:xfs_sb
96 typedef struct xfs_sb { struct
181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument
282 static inline bool xfs_sb_is_v5(struct xfs_sb *sbp) in xfs_sb_is_v5()
291 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
296 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
302 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
307 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
312 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
318 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp) in xfs_sb_version_addprojid32()
346 struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
364 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
387 struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
399 struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
407 struct xfs_sb *sbp) in xfs_sb_remove_incompat_log_features()
414 struct xfs_sb *sbp, in xfs_sb_add_incompat_log_features()
420 static inline bool xfs_sb_version_haslogxattrs(struct xfs_sb *sbp) in xfs_sb_version_haslogxattrs()
427 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()