Home
last modified time | relevance | path

Searched refs:xfs_sb_t (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_sb.h164 } xfs_sb_t; typedef
302 static inline int xfs_sb_good_version(xfs_sb_t *sbp) in xfs_sb_good_version()
335 static inline int xfs_sb_has_mismatched_features2(xfs_sb_t *sbp) in xfs_sb_has_mismatched_features2()
363 static inline int xfs_sb_version_hasattr(xfs_sb_t *sbp) in xfs_sb_version_hasattr()
371 static inline void xfs_sb_version_addattr(xfs_sb_t *sbp) in xfs_sb_version_addattr()
381 static inline int xfs_sb_version_hasnlink(xfs_sb_t *sbp) in xfs_sb_version_hasnlink()
388 static inline void xfs_sb_version_addnlink(xfs_sb_t *sbp) in xfs_sb_version_addnlink()
396 static inline int xfs_sb_version_hasquota(xfs_sb_t *sbp) in xfs_sb_version_hasquota()
402 static inline void xfs_sb_version_addquota(xfs_sb_t *sbp) in xfs_sb_version_addquota()
411 static inline int xfs_sb_version_hasalign(xfs_sb_t *sbp) in xfs_sb_version_hasalign()
[all …]
Dxfs_mount.c65 { offsetof(xfs_sb_t, sb_magicnum), 0 },
66 { offsetof(xfs_sb_t, sb_blocksize), 0 },
67 { offsetof(xfs_sb_t, sb_dblocks), 0 },
68 { offsetof(xfs_sb_t, sb_rblocks), 0 },
69 { offsetof(xfs_sb_t, sb_rextents), 0 },
70 { offsetof(xfs_sb_t, sb_uuid), 1 },
71 { offsetof(xfs_sb_t, sb_logstart), 0 },
72 { offsetof(xfs_sb_t, sb_rootino), 0 },
73 { offsetof(xfs_sb_t, sb_rbmino), 0 },
74 { offsetof(xfs_sb_t, sb_rsumino), 0 },
[all …]
Dxfs_rtalloc.c1854 xfs_sb_t *nsbp; /* new superblock */ in xfs_growfs_rt()
1857 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt()
2196 xfs_sb_t *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init()
2242 xfs_sb_t *sbp; in xfs_rtmount_inodes()
Dxfs_mount.h120 xfs_sb_t m_sb; /* copy of fs superblock */
Dxfs_super.c1040 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs()
Dxfs_log_recover.c3636 xfs_sb_t *sbp; in xlog_do_recover()