Searched refs:xfs_dsb (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_sb.h | 11 struct xfs_dsb; 22 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from); 23 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
|
H A D | xfs_sb.c | 349 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() 621 struct xfs_dsb *from, in __xfs_sb_from_disk() 697 struct xfs_dsb *from) in xfs_sb_from_disk() 704 struct xfs_dsb *to, in xfs_sb_quota_to_disk() 768 struct xfs_dsb *to, in xfs_sb_to_disk() 859 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() 908 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() 926 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() 1065 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_log_sb()
|
H A D | xfs_ondisk.h | 40 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264); in xfs_check_ondisk_structs() 88 XFS_CHECK_OFFSET(struct xfs_dsb, sb_crc, 224); in xfs_check_ondisk_structs()
|
H A D | xfs_format.h | 184 struct xfs_dsb { struct 265 #define XFS_SB_CRC_OFF offsetof(struct xfs_dsb, sb_crc) argument
|
H A D | xfs_ag.c | 559 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init()
|
/linux/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 705 struct xfs_dsb *dsb = bp->b_addr; in xlog_recover_do_primary_sb_buffer() 862 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn() 864 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn() 866 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
|
H A D | xfs_trans.c | 478 struct xfs_dsb *sbp; in xfs_trans_apply_sb_deltas() 563 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_trans_apply_sb_deltas() 569 xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount), in xfs_trans_apply_sb_deltas() 570 offsetof(struct xfs_dsb, sb_frextents) + in xfs_trans_apply_sb_deltas()
|
H A D | xfs_pnfs.c | 69 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
|
H A D | xfs_mount.c | 1316 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature()
|
/linux/fs/xfs/scrub/ |
H A D | repair.c | 729 xfs_trans_log_buf(sc->tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xrep_update_qflags()
|
H A D | agheader_repair.c | 71 struct xfs_dsb *sb = bp->b_addr; in xrep_superblock()
|