mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/122: add the realtime rmapbt inode and btree fields
Add the on-disk structures added by the realtime rmapbt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
7f6f53aa50
commit
908ce96fdc
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user