Searched refs:xfs_sb (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.h10 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 Dxfs_format.h96 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)
291 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp)
296 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp)
302 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp)
307 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp)
312 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp)
318 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp)
346 struct xfs_sb *sb
[all...]
H A Dxfs_sb.c13 #include "xfs_sb.h"
40 struct xfs_sb *sbp)
81 struct xfs_sb *sbp)
113 struct xfs_sb *sbp)
186 struct xfs_sb *sbp)
235 struct xfs_sb *sbp)
310 struct xfs_sb *sbp)
556 xfs_sb_quota_from_disk(struct xfs_sb *sbp)
609 struct xfs_sb *to,
685 struct xfs_sb *t
[all...]
H A Dxfs_da_format.h870 static inline unsigned int xfs_dir2_dirblock_bytes(struct xfs_sb *sbp)
H A Dxfs_ag.c14 #include "xfs_sb.h"
180 struct xfs_sb *sbp = &mp->m_sb;
H A Dxfs_ialloc.c2879 struct xfs_sb *sbp = &mp->m_sb;
/linux-master/fs/xfs/
H A DMakefile48 xfs_sb.o \
H A Dxfs_mount.h84 struct xfs_sb m_sb; /* copy of fs superblock */
555 extern int xfs_sb_validate_fsb_count(struct xfs_sb *, uint64_t);
H A Dxfs_mount.c13 #include "xfs_sb.h"
155 struct xfs_sb *sbp = &mp->m_sb;
257 struct xfs_sb *sbp = &mp->m_sb;
340 struct xfs_sb *sbp = &mp->m_sb;
637 struct xfs_sb *sbp = &(mp->m_sb);
H A Dxfs_ioctl.c35 #include "xfs_sb.h"
1752 struct xfs_sb *sbp = &mp->m_sb;
1775 struct xfs_sb *sbp = &mp->m_sb;
H A Dxfs_rtalloc.c22 #include "xfs_sb.h"
1082 struct xfs_sb *sbp; /* filesystem superblock copy in mount */
H A Dxfs_super.c12 #include "xfs_sb.h"
1782 struct xfs_sb *sbp = &mp->m_sb;
H A Dxfs_log_recover.c13 #include "xfs_sb.h"
3309 struct xfs_sb *sbp = &mp->m_sb;

Completed in 186 milliseconds