Home
last modified time | relevance | path

Searched refs:xfs_dsb (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.h11 struct xfs_dsb;
29 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);
30 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
Dxfs_sb.c223 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common()
567 struct xfs_dsb *to, in xfs_sb_quota_to_disk()
626 struct xfs_dsb *to, in xfs_sb_to_disk()
716 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify()
765 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify()
783 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify()
965 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_log_sb()
Dxfs_ag.c234 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init()
Dxfs_format.h187 typedef struct xfs_dsb { struct
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_buf_item_recover.c779 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
781 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
783 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
Dxfs_ondisk.h40 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264); in xfs_check_ondisk_structs()
Dxfs_pnfs.c69 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dagheader.c64 struct xfs_dsb *sb; in xchk_superblock()
277 sizeof(struct xfs_dsb) - in xchk_superblock()
278 offsetof(struct xfs_dsb, sb_features_compat))) in xchk_superblock()
333 BBTOB(bp->b_length) - sizeof(struct xfs_dsb))) in xchk_superblock()