Lines Matching refs:xfs_sb
96 typedef struct xfs_sb { struct
181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument
286 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features()
302 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
311 static inline bool xfs_sb_version_hasrealtime(struct xfs_sb *sbp) in xfs_sb_version_hasrealtime()
320 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
325 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
330 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
335 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
340 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
345 static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp) in xfs_sb_version_hasalign()
351 static inline bool xfs_sb_version_hasdalign(struct xfs_sb *sbp) in xfs_sb_version_hasdalign()
356 static inline bool xfs_sb_version_haslogv2(struct xfs_sb *sbp) in xfs_sb_version_haslogv2()
362 static inline bool xfs_sb_version_hassector(struct xfs_sb *sbp) in xfs_sb_version_hassector()
367 static inline bool xfs_sb_version_hasasciici(struct xfs_sb *sbp) in xfs_sb_version_hasasciici()
372 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
381 static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp) in xfs_sb_version_haslazysbcount()
388 static inline bool xfs_sb_version_hasattr2(struct xfs_sb *sbp) in xfs_sb_version_hasattr2()
395 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
401 static inline void xfs_sb_version_removeattr2(struct xfs_sb *sbp) in xfs_sb_version_removeattr2()
408 static inline bool xfs_sb_version_hasprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_hasprojid32bit()
415 static inline void xfs_sb_version_addprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_addprojid32bit()
443 struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
459 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
476 struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
486 struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
495 static inline bool xfs_sb_version_hascrc(struct xfs_sb *sbp) in xfs_sb_version_hascrc()
500 static inline bool xfs_sb_version_has_pquotino(struct xfs_sb *sbp) in xfs_sb_version_has_pquotino()
505 static inline int xfs_sb_version_hasftype(struct xfs_sb *sbp) in xfs_sb_version_hasftype()
519 static inline bool xfs_sb_version_hassparseinodes(struct xfs_sb *sbp) in xfs_sb_version_hassparseinodes()
531 static inline bool xfs_sb_version_hasmetauuid(struct xfs_sb *sbp) in xfs_sb_version_hasmetauuid()
537 static inline bool xfs_sb_version_hasrmapbt(struct xfs_sb *sbp) in xfs_sb_version_hasrmapbt()
543 static inline bool xfs_sb_version_hasreflink(struct xfs_sb *sbp) in xfs_sb_version_hasreflink()
554 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()