/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_sb.h | 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);
|
H A D | xfs_format.h | 96 typedef struct xfs_sb { struct 181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) 282 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 *sb in xfs_sb_has_compat_feature() [all...] |
H A D | xfs_sb.c | 13 #include "xfs_sb.h" 39 struct xfs_sb *sbp) in xfs_sb_validate_v5_features() 80 struct xfs_sb *sbp) in xfs_sb_good_version() 112 struct xfs_sb *sbp) in xfs_sb_version_to_features() 185 struct xfs_sb *sbp) in xfs_validate_sb_read() 234 struct xfs_sb *sbp) in xfs_validate_sb_write() 309 struct xfs_sb *sbp) in xfs_validate_sb_common() 553 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk() 606 struct xfs_sb *to, in __xfs_sb_from_disk() 682 struct xfs_sb *t in xfs_sb_from_disk() [all...] |
H A D | xfs_da_format.h | 854 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
|
H A D | xfs_ag.c | 14 #include "xfs_sb.h" 180 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data()
|
H A D | xfs_ialloc.c | 2790 struct xfs_sb *sbp = &mp->m_sb; in xfs_ialloc_setup_geometry()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_sb.h | 10 struct xfs_sb; 28 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp); 29 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from); 30 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from); 31 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp); 36 extern void xfs_fs_geometry(struct xfs_sb *sbp, struct xfs_fsop_geom *geo,
|
H A D | xfs_format.h | 96 typedef struct xfs_sb { struct 181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) 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 *sb [all...] |
H A D | xfs_sb.c | 13 #include "xfs_sb.h" 98 struct xfs_sb *sbp) in xfs_validate_sb_read() 147 struct xfs_sb *sbp) in xfs_validate_sb_write() 221 struct xfs_sb *sbp) in xfs_validate_sb_common() 431 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk() 484 struct xfs_sb *to, in __xfs_sb_from_disk() 559 struct xfs_sb *to, in xfs_sb_from_disk() 568 struct xfs_sb *from) in xfs_sb_quota_to_disk() 627 struct xfs_sb *from) in xfs_sb_to_disk() 714 struct xfs_sb s in xfs_sb_read_verify() [all...] |
H A D | xfs_da_format.h | 796 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
|
H A D | xfs_ialloc.c | 13 #include "xfs_sb.h" 2805 struct xfs_sb *sbp = &mp->m_sb; in xfs_ialloc_setup_geometry()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_mount.h | 68 struct xfs_sb m_sb; /* copy of fs superblock */ 424 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
|
H A D | xfs_mount.c | 13 #include "xfs_sb.h" 273 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() 374 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() 455 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() 688 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
|
H A D | xfs_rtalloc.c | 21 #include "xfs_sb.h" 1216 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
|
H A D | xfs_ioctl.c | 33 #include "xfs_sb.h" 1959 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() 1982 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
|
H A D | xfs_super.c | 12 #include "xfs_sb.h" 1656 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw()
|
H A D | xfs_log_recover.c | 13 #include "xfs_sb.h" 3286 struct xfs_sb *sbp = &mp->m_sb; in xlog_do_recover()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | scrub.h | 31 bool (*has)(struct xfs_sb *);
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_mount.c | 13 #include "xfs_sb.h" 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()
|
H A D | xfs_mount.h | 84 struct xfs_sb m_sb; /* copy of fs superblock */ 553 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
|
H A D | xfs_ioctl.c | 35 #include "xfs_sb.h" 1751 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() 1774 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
|
H A D | xfs_rtalloc.c | 21 #include "xfs_sb.h" 1272 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
|
H A D | xfs_log_recover.c | 13 #include "xfs_sb.h" 3285 struct xfs_sb *sbp = &mp->m_sb; in xlog_do_recover()
|
H A D | xfs_super.c | 12 #include "xfs_sb.h" 1791 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw()
|