@@ -44,6 +44,7 @@ offsetof(xfs_sb_t, sb_rextents) = 24
offsetof(xfs_sb_t, sb_rextsize) = 80
offsetof(xfs_sb_t, sb_rextslog) = 125
offsetof(xfs_sb_t, sb_rootino) = 56
+offsetof(xfs_sb_t, sb_rrmapino) = 264
offsetof(xfs_sb_t, sb_rsumino) = 72
offsetof(xfs_sb_t, sb_sectlog) = 121
offsetof(xfs_sb_t, sb_sectsize) = 102
@@ -86,6 +87,9 @@ sizeof(struct xfs_refcount_key) = 4
sizeof(struct xfs_refcount_rec) = 12
sizeof(struct xfs_rmap_key) = 20
sizeof(struct xfs_rmap_rec) = 24
+sizeof(struct xfs_rtrmap_key) = 24
+sizeof(struct xfs_rtrmap_rec) = 32
+sizeof(struct xfs_rtrmap_root) = 4
sizeof(struct xfs_rud_log_format) = 48
sizeof(struct xfs_rui_log_format) = 48
sizeof(xfs_agf_t) = 224
@@ -130,7 +134,7 @@ sizeof(xfs_dir2_sf_off_t) = 2
sizeof(xfs_disk_dquot_t) = 104
sizeof(xfs_dq_logformat_t) = 24
sizeof(xfs_dqblk_t) = 136
-sizeof(xfs_dsb_t) = 264
+sizeof(xfs_dsb_t) = 272
sizeof(xfs_efd_log_format_32_t) = 28
sizeof(xfs_efd_log_format_64_t) = 32
sizeof(xfs_efi_log_format_32_t) = 28
Add the on-disk structures added by the realtime rmapbt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- tests/xfs/122.out | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)