From: Darrick J. Wong Date: Fri, 15 Jan 2016 19:54:22 +0000 (-0800) Subject: xfs/122: support refcount/rmap data structures X-Git-Tag: v2022.05.01~2635 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4f1a5d60e5ca96eadb76c3e29a37700b25a2dc41;p=xfstests-dev.git xfs/122: support refcount/rmap data structures Include the refcount and rmap structures in the golden output. Signed-off-by: Darrick J. Wong --- diff --git a/tests/xfs/122 b/tests/xfs/122 index e6697a2c..758cb506 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -90,6 +90,9 @@ xfs_da3_icnode_hdr xfs_dir3_icfree_hdr xfs_dir3_icleaf_hdr xfs_name +xfs_owner_info +xfs_refcount_irec +xfs_rmap_irec xfs_alloctype_t xfs_buf_cancel_t xfs_bmbt_rec_32_t diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 8ba121e9..c5901664 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -75,6 +75,10 @@ sizeof(struct xfs_extent_data) = 24 sizeof(struct xfs_extent_data_info) = 32 sizeof(struct xfs_fs_eofblocks) = 128 sizeof(struct xfs_icreate_log) = 28 +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(xfs_agf_t) = 224 sizeof(xfs_agfl_t) = 36 sizeof(xfs_agi_t) = 336 diff --git a/tests/xfs/group b/tests/xfs/group index f0c1c2b7..abf1d331 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -119,7 +119,7 @@ 119 log v2log auto freeze dangerous 120 fuzzers 121 log auto quick -122 other auto quick +122 other auto quick clone 123 fuzzers 124 fuzzers 125 fuzzers