Searched refs:xfs_sb (Results 1 – 14 of 14) sorted by relevance
| /linux/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 void xfs_sb_mount_rextsize(struct xfs_mount *mp, struct xfs_sb *sbp); 22 struct xfs_sb *sbp, xfs_agblock_t rextsize); 23 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from); 24 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from); 25 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp); 26 extern bool xfs_sb_good_version(struct xfs_sb *sbp); 27 extern uint64_t xfs_sb_version_to_features(struct xfs_sb *sbp); 44 bool xfs_validate_rt_geometry(struct xfs_sb *sbp);
|
| H A D | xfs_sb.c | 44 struct xfs_sb *sbp) in xfs_sb_validate_v5_features() 85 struct xfs_sb *sbp) in xfs_sb_good_version() 117 struct xfs_sb *sbp) in xfs_sb_version_to_features() 196 struct xfs_sb *sbp) in xfs_validate_sb_read() 243 struct xfs_sb *sbp) in xfs_extents_per_rbm() 257 struct xfs_sb *sbp) in xfs_rtbmblock_size() 267 struct xfs_sb *sbp) in xfs_expected_rbmblocks() 279 struct xfs_sb *sbp) in xfs_validate_rt_geometry() 327 struct xfs_sb *sbp) in xfs_validate_sb_write() 403 struct xfs_sb *sbp) in xfs_validate_sb_rtgroups() [all …]
|
| H A D | xfs_format.h | 95 typedef struct xfs_sb { struct 303 static inline bool xfs_sb_is_v5(const struct xfs_sb *sbp) in xfs_sb_is_v5() 312 static inline bool xfs_sb_has_mismatched_features2(const struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2() 317 static inline bool xfs_sb_version_hasmorebits(const struct xfs_sb *sbp) in xfs_sb_version_hasmorebits() 323 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr() 328 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota() 333 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2() 339 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp) in xfs_sb_version_addprojid32() 367 const struct xfs_sb *sbp, in xfs_sb_has_compat_feature() 385 const struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature() [all …]
|
| H A D | xfs_ondisk.h | 24 XFS_CHECK_OFFSET(struct xfs_sb, field, offset); 227 XFS_CHECK_STRUCT_SIZE(struct xfs_sb, 304); in xfs_check_ondisk_structs()
|
| H A D | xfs_log_rlimit.c | 41 struct xfs_sb *sb) in xfs_want_minlogsize_fixes()
|
| H A D | xfs_da_format.h | 886 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
|
| H A D | xfs_ag.c | 50 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data()
|
| H A D | xfs_ialloc.c | 2981 struct xfs_sb *sbp = &mp->m_sb; in xfs_ialloc_setup_geometry()
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.c | 166 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() 273 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() 356 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() 842 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
|
| H A D | xfs_mount.h | 155 struct xfs_sb m_sb; /* copy of fs superblock */ 784 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
|
| H A D | Makefile | 56 xfs_sb.o \
|
| H A D | xfs_ioctl.c | 982 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() 1004 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
|
| H A D | xfs_super.c | 1992 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw()
|
| H A D | xfs_log_recover.c | 3359 struct xfs_sb *sbp = &mp->m_sb; in xlog_do_recover()
|