Searched refs:xfs_sb_t (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_sb.h | 164 } 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 …]
|
D | xfs_mount.c | 65 { 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 …]
|
D | xfs_rtalloc.c | 1854 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()
|
D | xfs_mount.h | 120 xfs_sb_t m_sb; /* copy of fs superblock */
|
D | xfs_super.c | 1040 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs()
|
D | xfs_log_recover.c | 3636 xfs_sb_t *sbp; in xlog_do_recover()
|