Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_sb.h34 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);
35 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
Dxfs_sb.c435 struct xfs_dsb *to, in xfs_sb_quota_to_disk()
494 struct xfs_dsb *to, in xfs_sb_to_disk()
606 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_read_verify()
647 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); in xfs_sb_quiet_read_verify()
820 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); in xfs_log_sb()
Dxfs_format.h196 typedef struct xfs_dsb { struct
/fs/xfs/
Dxfs_pnfs.c78 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
Dxfs_log_recover.c1905 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
1907 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
1909 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()