Home
last modified time | relevance | path

Searched refs:xfs_dsb_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_sb.h234 } xfs_dsb_t; typedef
512 #define XFS_BUF_TO_SBP(bp) ((xfs_dsb_t *)((bp)->b_addr))
Dxfs_trans.c915 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas()
985 xfs_trans_log_buf(tp, bp, 0, sizeof(xfs_dsb_t) - 1); in xfs_trans_apply_sb_deltas()
991 xfs_trans_log_buf(tp, bp, offsetof(xfs_dsb_t, sb_icount), in xfs_trans_apply_sb_deltas()
992 offsetof(xfs_dsb_t, sb_frextents) + in xfs_trans_apply_sb_deltas()
Dxfs_mount.c557 xfs_dsb_t *from) in xfs_sb_from_disk()
616 xfs_dsb_t *to, in xfs_sb_to_disk()