Home
last modified time | relevance | path

Searched refs:xfs_sb (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_sb.h10 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 int xfs_fs_geometry(struct xfs_sb *sbp, struct xfs_fsop_geom *geo,
Dxfs_format.h96 typedef struct xfs_sb { struct
181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument
286 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features()
300 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
309 static inline bool xfs_sb_version_hasrealtime(struct xfs_sb *sbp) in xfs_sb_version_hasrealtime()
318 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
323 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
328 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
333 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
338 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
[all …]
Dxfs_sb.c103 struct xfs_sb *sbp) in xfs_validate_sb_read()
152 struct xfs_sb *sbp) in xfs_validate_sb_write()
226 struct xfs_sb *sbp) in xfs_validate_sb_common()
403 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()
456 struct xfs_sb *to, in __xfs_sb_from_disk()
531 struct xfs_sb *to, in xfs_sb_from_disk()
540 struct xfs_sb *from) in xfs_sb_quota_to_disk()
599 struct xfs_sb *from) in xfs_sb_to_disk()
686 struct xfs_sb sb; in xfs_sb_read_verify()
752 struct xfs_sb sb; in xfs_sb_write_verify()
[all …]
Dxfs_da_format.h867 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp) in xfs_dir2_dirblock_bytes()
/linux-4.19.296/fs/xfs/
Dxfs_mount.h65 struct xfs_sb m_sb; /* copy of fs superblock */
426 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
DMakefile50 xfs_sb.o \
Dxfs_mount.c270 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb()
677 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs()
Dxfs_ioctl.c1810 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel()
1833 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel()
Dxfs_rtalloc.c1167 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
/linux-4.19.296/fs/xfs/scrub/
Dscrub.h31 bool (*has)(struct xfs_sb *);