Searched refs:xfs_sb (Results 1 – 7 of 7) sorted by relevance
33 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp);34 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);35 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);36 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp);
105 typedef struct xfs_sb { struct190 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument295 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()[all …]
302 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()352 struct xfs_sb *to, in __xfs_sb_from_disk()427 struct xfs_sb *to, in xfs_sb_from_disk()436 struct xfs_sb *from) in xfs_sb_quota_to_disk()495 struct xfs_sb *from) in xfs_sb_to_disk()572 struct xfs_sb sb; in xfs_sb_verify()703 struct xfs_sb *sbp) in xfs_sb_mount_common()
45 struct xfs_sb m_sb; /* copy of fs superblock */335 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
54 xfs_sb.o \
275 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb()630 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
1177 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()