Searched refs:xfs_sb (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
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);
|
A D | xfs_format.h | 96 typedef struct xfs_sb { struct 181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument 282 static inline bool xfs_sb_is_v5(struct xfs_sb *sbp) in xfs_sb_is_v5() 302 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr() 346 struct xfs_sb *sbp, in xfs_sb_has_compat_feature() 364 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature() 387 struct xfs_sb *sbp, in xfs_sb_has_incompat_feature() 399 struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature() 407 struct xfs_sb *sbp) in xfs_sb_remove_incompat_log_features() 414 struct xfs_sb *sbp, in xfs_sb_add_incompat_log_features() [all …]
|
A D | xfs_sb.c | 39 struct xfs_sb *sbp) in xfs_sb_validate_v5_features() 79 struct xfs_sb *sbp) in xfs_sb_good_version() 111 struct xfs_sb *sbp) in xfs_sb_version_to_features() 184 struct xfs_sb *sbp) in xfs_validate_sb_read() 233 struct xfs_sb *sbp) in xfs_validate_sb_write() 307 struct xfs_sb *sbp) in xfs_validate_sb_common() 550 struct xfs_sb *to, in __xfs_sb_from_disk() 626 struct xfs_sb *to, in xfs_sb_from_disk() 635 struct xfs_sb *from) in xfs_sb_quota_to_disk() 787 struct xfs_sb sb; in xfs_sb_read_verify() [all …]
|
A D | xfs_da_format.h | 797 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
|
A D | xfs_ag.c | 167 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data()
|
A D | xfs_ialloc.c | 2737 struct xfs_sb *sbp = &mp->m_sb; in xfs_ialloc_setup_geometry()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mount.c | 154 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() 256 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() 339 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() 636 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
|
A D | xfs_mount.h | 81 struct xfs_sb m_sb; /* copy of fs superblock */ 534 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
|
A D | Makefile | 48 xfs_sb.o \
|
A D | xfs_ioctl.c | 1741 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() 1764 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
|
A D | xfs_rtalloc.c | 1251 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
|
A D | xfs_super.c | 1730 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw()
|
A D | xfs_log_recover.c | 3286 struct xfs_sb *sbp = &mp->m_sb; in xlog_do_recover()
|
Completed in 60 milliseconds