Searched refs:xfs_dsb (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_sb.h | 11 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);
|
D | xfs_sb.c | 539 struct xfs_dsb *to, in xfs_sb_quota_to_disk() 598 struct xfs_dsb *to, in xfs_sb_to_disk() 688 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_read_verify() 737 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_quiet_read_verify() 946 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); in xfs_log_sb()
|
D | xfs_ag.c | 166 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sbblock_init()
|
D | xfs_format.h | 187 typedef struct xfs_dsb { struct
|
/linux-4.19.296/fs/xfs/ |
D | xfs_ondisk.h | 36 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 264); in xfs_check_ondisk_structs()
|
D | xfs_pnfs.c | 76 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
|
D | xfs_log_recover.c | 2342 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn() 2344 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn() 2346 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | agheader.c | 73 struct xfs_dsb *sb; in xchk_superblock() 286 sizeof(struct xfs_dsb) - in xchk_superblock() 287 offsetof(struct xfs_dsb, sb_features_compat))) in xchk_superblock() 342 BBTOB(bp->b_length) - sizeof(struct xfs_dsb))) in xchk_superblock()
|