Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_sb.h33 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp);
34 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);
35 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
36 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp);
Dxfs_format.h97 typedef struct xfs_sb { struct
181 #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc) argument
285 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features()
299 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
312 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
317 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
322 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
327 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
332 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
337 static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp) in xfs_sb_version_hasalign()
[all …]
Dxfs_sb.c270 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()
320 struct xfs_sb *to, in __xfs_sb_from_disk()
387 struct xfs_sb *to, in xfs_sb_from_disk()
396 struct xfs_sb *from) in xfs_sb_quota_to_disk()
455 struct xfs_sb *from) in xfs_sb_to_disk()
530 struct xfs_sb sb; in xfs_sb_verify()
659 struct xfs_sb *sbp) in xfs_sb_mount_common()
/linux-4.1.27/fs/xfs/
Dxfs_mount.h45 struct xfs_sb m_sb; /* copy of fs superblock */
329 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
DMakefile53 xfs_sb.o \
Dxfs_mount.c265 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb()
Dxfs_rtalloc.c1182 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()