Searched refs:xfs_sb (Results 1 – 15 of 15) sorted by relevance
10 struct xfs_sb;19 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp);20 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);21 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);22 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp);23 extern bool xfs_sb_good_version(struct xfs_sb *sbp);24 extern uint64_t xfs_sb_version_to_features(struct xfs_sb *sbp);
96 typedef struct xfs_sb { struct181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument282 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()[all …]
40 struct xfs_sb *sbp) in xfs_sb_validate_v5_features()81 struct xfs_sb *sbp) in xfs_sb_good_version()113 struct xfs_sb *sbp) in xfs_sb_version_to_features()186 struct xfs_sb *sbp) in xfs_validate_sb_read()235 struct xfs_sb *sbp) in xfs_validate_sb_write()303 struct xfs_sb *sbp) in xfs_validate_sb_common()549 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()602 struct xfs_sb *to, in __xfs_sb_from_disk()678 struct xfs_sb *to, in xfs_sb_from_disk()687 struct xfs_sb *from) in xfs_sb_quota_to_disk()[all …]
859 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
180 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data()
2790 struct xfs_sb *sbp = &mp->m_sb; in xfs_ialloc_setup_geometry()
155 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb()257 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign()340 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment()637 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
84 struct xfs_sb m_sb; /* copy of fs superblock */553 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
48 xfs_sb.o \
1763 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel()1786 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
1330 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
1790 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw()
3319 struct xfs_sb *sbp = &mp->m_sb; in xlog_do_recover()
[all...]