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

/linux-4.1.27/fs/xfs/libxfs/
H A 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);
H A Dxfs_sb.c395 struct xfs_dsb *to, xfs_sb_quota_to_disk()
454 struct xfs_dsb *to, xfs_sb_to_disk()
563 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); xfs_sb_read_verify()
604 struct xfs_dsb *dsb = XFS_BUF_TO_SBP(bp); xfs_sb_quiet_read_verify()
770 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); xfs_log_sb()
H A Dxfs_format.h187 typedef struct xfs_dsb { struct
/linux-4.1.27/fs/xfs/
H A Dxfs_pnfs.c78 *offset = offsetof(struct xfs_dsb, sb_uuid); xfs_fs_get_uuid()
H A Dxfs_log_recover.c1899 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); xlog_recover_get_buf_lsn()
1900 uuid = &((struct xfs_dsb *)blk)->sb_uuid; xlog_recover_get_buf_lsn()

Completed in 224 milliseconds