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()
300 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
309 static inline bool xfs_sb_version_hasrealtime(struct xfs_sb *sbp) in xfs_sb_version_hasrealtime()
318 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
323 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
328 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
333 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
338 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
343 static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp) in xfs_sb_version_hasalign()
349 static inline bool xfs_sb_version_hasdalign(struct xfs_sb *sbp) in xfs_sb_version_hasdalign()
354 static inline bool xfs_sb_version_haslogv2(struct xfs_sb *sbp) in xfs_sb_version_haslogv2()
360 static inline bool xfs_sb_version_hasextflgbit(struct xfs_sb *sbp) in xfs_sb_version_hasextflgbit()
366 static inline bool xfs_sb_version_hassector(struct xfs_sb *sbp) in xfs_sb_version_hassector()
371 static inline bool xfs_sb_version_hasasciici(struct xfs_sb *sbp) in xfs_sb_version_hasasciici()
376 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
385 static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp) in xfs_sb_version_haslazysbcount()
392 static inline bool xfs_sb_version_hasattr2(struct xfs_sb *sbp) in xfs_sb_version_hasattr2()
399 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
405 static inline void xfs_sb_version_removeattr2(struct xfs_sb *sbp) in xfs_sb_version_removeattr2()
412 static inline bool xfs_sb_version_hasprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_hasprojid32bit()
419 static inline void xfs_sb_version_addprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_addprojid32bit()
447 struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
463 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
480 struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
490 struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
499 static inline bool xfs_sb_version_hascrc(struct xfs_sb *sbp) in xfs_sb_version_hascrc()
504 static inline bool xfs_sb_version_has_pquotino(struct xfs_sb *sbp) in xfs_sb_version_has_pquotino()
509 static inline int xfs_sb_version_hasftype(struct xfs_sb *sbp) in xfs_sb_version_hasftype()
523 static inline bool xfs_sb_version_hassparseinodes(struct xfs_sb *sbp) in xfs_sb_version_hassparseinodes()
535 static inline bool xfs_sb_version_hasmetauuid(struct xfs_sb *sbp) in xfs_sb_version_hasmetauuid()
541 static inline bool xfs_sb_version_hasrmapbt(struct xfs_sb *sbp) in xfs_sb_version_hasrmapbt()
547 static inline bool xfs_sb_version_hasreflink(struct xfs_sb *sbp) in xfs_sb_version_hasreflink()
558 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()