Searched refs:xfs_dsb (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.h11 struct xfs_dsb;
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);
H A Dxfs_sb.c312 struct xfs_dsb *dsb = bp->b_addr;
610 struct xfs_dsb *from,
686 struct xfs_dsb *from)
693 struct xfs_dsb *to,
757 struct xfs_dsb *to,
848 struct xfs_dsb *dsb = bp->b_addr;
897 struct xfs_dsb *dsb = bp->b_addr;
915 struct xfs_dsb *dsb = bp->b_addr;
1045 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1);
H A Dxfs_ondisk.h40 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264);
H A Dxfs_format.h187 struct xfs_dsb { struct
H A Dxfs_ag.c654 struct xfs_dsb *dsb = bp->b_addr;
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c798 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn);
800 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid;
802 uuid = &((struct xfs_dsb *)blk)->sb_uuid;
H A Dxfs_pnfs.c69 *offset = offsetof(struct xfs_dsb, sb_uuid);
H A Dxfs_trans.c478 struct xfs_dsb *sbp;
563 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1);
569 xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount),
570 offsetof(struct xfs_dsb, sb_frextents) +
H A Dxfs_mount.c1288 struct xfs_dsb *dsb;
/linux-master/fs/xfs/scrub/
H A Dagheader.c75 struct xfs_dsb *sb;
299 sizeof(struct xfs_dsb) -
300 offsetof(struct xfs_dsb, sb_features_compat)))
354 BBTOB(bp->b_length) - sizeof(struct xfs_dsb)))
H A Drepair.c724 xfs_trans_log_buf(sc->tp, bp, 0, sizeof(struct xfs_dsb) - 1);
H A Dagheader_repair.c66 struct xfs_dsb *sb = bp->b_addr;

Completed in 266 milliseconds