Symbol: xfs_dsb
fs/xfs/libxfs/xfs_ag.c
482
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/libxfs/xfs_format.h
287
#define XFS_SB_CRC_OFF offsetof(struct xfs_dsb, sb_crc)
fs/xfs/libxfs/xfs_ondisk.h
226
XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 304);
fs/xfs/libxfs/xfs_ondisk.h
23
XFS_CHECK_OFFSET(struct xfs_dsb, field, offset); \
fs/xfs/libxfs/xfs_rtgroup.c
699
const struct xfs_dsb *dsb = sb_bp->b_addr;
fs/xfs/libxfs/xfs_sb.c
1094
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/libxfs/xfs_sb.c
1143
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/libxfs/xfs_sb.c
1161
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/libxfs/xfs_sb.c
1361
xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1);
fs/xfs/libxfs/xfs_sb.c
497
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/libxfs/xfs_sb.c
810
struct xfs_dsb *from,
fs/xfs/libxfs/xfs_sb.c
908
struct xfs_dsb *from)
fs/xfs/libxfs/xfs_sb.c
915
struct xfs_dsb *to,
fs/xfs/libxfs/xfs_sb.c
988
struct xfs_dsb *to,
fs/xfs/libxfs/xfs_sb.h
11
struct xfs_dsb;
fs/xfs/libxfs/xfs_sb.h
23
extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);
fs/xfs/libxfs/xfs_sb.h
24
extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
fs/xfs/scrub/agheader.c
104
struct xfs_dsb *sb;
fs/xfs/scrub/agheader.c
344
sizeof(struct xfs_dsb) -
fs/xfs/scrub/agheader.c
345
offsetof(struct xfs_dsb, sb_features_compat)))
fs/xfs/scrub/agheader.c
73
return offsetofend(struct xfs_dsb, sb_rtreserved);
fs/xfs/scrub/agheader.c
75
return offsetofend(struct xfs_dsb, sb_pad);
fs/xfs/scrub/agheader.c
77
return offsetofend(struct xfs_dsb, sb_meta_uuid);
fs/xfs/scrub/agheader.c
79
return offsetofend(struct xfs_dsb, sb_lsn);
fs/xfs/scrub/agheader.c
81
return offsetofend(struct xfs_dsb, sb_bad_features2);
fs/xfs/scrub/agheader.c
83
return offsetofend(struct xfs_dsb, sb_logsunit);
fs/xfs/scrub/agheader.c
85
return offsetofend(struct xfs_dsb, sb_logsectsize);
fs/xfs/scrub/agheader.c
87
return offsetofend(struct xfs_dsb, sb_dirblklog);
fs/xfs/scrub/agheader_repair.c
71
struct xfs_dsb *sb = bp->b_addr;
fs/xfs/scrub/repair.c
772
xfs_trans_log_buf(sc->tp, bp, 0, sizeof(struct xfs_dsb) - 1);
fs/xfs/xfs_buf_item_recover.c
722
struct xfs_dsb *dsb = bp->b_addr;
fs/xfs/xfs_buf_item_recover.c
923
lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn);
fs/xfs/xfs_buf_item_recover.c
925
uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid;
fs/xfs/xfs_buf_item_recover.c
927
uuid = &((struct xfs_dsb *)blk)->sb_uuid;
fs/xfs/xfs_mount.c
1560
struct xfs_dsb *dsb;
fs/xfs/xfs_pnfs.c
66
*offset = offsetof(struct xfs_dsb, sb_uuid);
fs/xfs/xfs_trans.c
457
struct xfs_dsb *sbp = bp->b_addr;
fs/xfs/xfs_trans.c
559
xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1);
fs/xfs/xfs_trans.c
565
xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount),
fs/xfs/xfs_trans.c
566
offsetof(struct xfs_dsb, sb_frextents) +