Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
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);
A Dxfs_sb.c259 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common()
498 struct xfs_dsb *from, in __xfs_sb_from_disk()
574 struct xfs_dsb *from) in xfs_sb_from_disk()
581 struct xfs_dsb *to, in xfs_sb_quota_to_disk()
645 struct xfs_dsb *to, in xfs_sb_to_disk()
736 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify()
785 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify()
803 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify()
923 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_log_sb()
A Dxfs_ag.c509 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init()
A Dxfs_format.h187 struct xfs_dsb { struct
/linux/fs/xfs/
A Dxfs_trans.c480 struct xfs_dsb *sbp; in xfs_trans_apply_sb_deltas()
544 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_trans_apply_sb_deltas()
550 xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount), in xfs_trans_apply_sb_deltas()
551 offsetof(struct xfs_dsb, sb_frextents) + in xfs_trans_apply_sb_deltas()
A Dxfs_buf_item_recover.c789 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
791 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
793 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
A Dxfs_ondisk.h40 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264); in xfs_check_ondisk_structs()
A Dxfs_pnfs.c69 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
A Dxfs_mount.c1261 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature()
/linux/fs/xfs/scrub/
A Dagheader.c65 struct xfs_dsb *sb; in xchk_superblock()
289 sizeof(struct xfs_dsb) - in xchk_superblock()
290 offsetof(struct xfs_dsb, sb_features_compat))) in xchk_superblock()
345 BBTOB(bp->b_length) - sizeof(struct xfs_dsb))) in xchk_superblock()

Completed in 30 milliseconds