Searched refs:xfs_dsb (Results 1 – 6 of 6) sorted by relevance
33 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);34 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
448 struct xfs_dsb *to, in xfs_sb_quota_to_disk()507 struct xfs_dsb *to, in xfs_sb_to_disk()619 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_read_verify()660 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_quiet_read_verify()847 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); in xfs_log_sb()
196 typedef struct xfs_dsb { struct
48 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264); in xfs_check_ondisk_structs()
79 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
2333 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()2335 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()2337 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()