Lines Matching defs:sbp

290 #define	XFS_SB_VERSION_NUM(sbp)	((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS)  argument
295 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features()
309 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
322 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
327 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
332 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
337 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
342 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
347 static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp) in xfs_sb_version_hasalign()
353 static inline bool xfs_sb_version_hasdalign(struct xfs_sb *sbp) in xfs_sb_version_hasdalign()
358 static inline bool xfs_sb_version_haslogv2(struct xfs_sb *sbp) in xfs_sb_version_haslogv2()
364 static inline bool xfs_sb_version_hasextflgbit(struct xfs_sb *sbp) in xfs_sb_version_hasextflgbit()
370 static inline bool xfs_sb_version_hassector(struct xfs_sb *sbp) in xfs_sb_version_hassector()
375 static inline bool xfs_sb_version_hasasciici(struct xfs_sb *sbp) in xfs_sb_version_hasasciici()
380 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp) in xfs_sb_version_hasmorebits()
389 static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp) in xfs_sb_version_haslazysbcount()
396 static inline bool xfs_sb_version_hasattr2(struct xfs_sb *sbp) in xfs_sb_version_hasattr2()
403 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
409 static inline void xfs_sb_version_removeattr2(struct xfs_sb *sbp) in xfs_sb_version_removeattr2()
416 static inline bool xfs_sb_version_hasprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_hasprojid32bit()
423 static inline void xfs_sb_version_addprojid32bit(struct xfs_sb *sbp) in xfs_sb_version_addprojid32bit()
451 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 int xfs_sb_version_hascrc(struct xfs_sb *sbp) in xfs_sb_version_hascrc()
504 static inline int 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()
517 static inline int xfs_sb_version_hasfinobt(xfs_sb_t *sbp) in xfs_sb_version_hasfinobt()
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()
546 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()