From: Darrick J. Wong Date: Thu, 1 Aug 2019 01:42:57 +0000 (-0700) Subject: xfs/122: add the new v5 bulkstat/inumbers ioctl structures X-Git-Tag: v2022.05.01~1073 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=a5a31b79131566fadc92abb535c582cc8409d944 xfs/122: add the new v5 bulkstat/inumbers ioctl structures The new v5 bulkstat and inumbers structures are correctly padded so that no format changes are necessary across platforms, so add them to the output. Signed-off-by: Darrick J. Wong Reviewed-by: Brian Foster Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122.out b/tests/xfs/122.out index cf9ac9e2..d2d5a184 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -66,6 +66,9 @@ sizeof(struct xfs_btree_block_lhdr) = 64 sizeof(struct xfs_btree_block_shdr) = 48 sizeof(struct xfs_bud_log_format) = 16 sizeof(struct xfs_bui_log_format) = 16 +sizeof(struct xfs_bulk_ireq) = 64 +sizeof(struct xfs_bulkstat) = 192 +sizeof(struct xfs_bulkstat_req) = 64 sizeof(struct xfs_clone_args) = 32 sizeof(struct xfs_cud_log_format) = 16 sizeof(struct xfs_cui_log_format) = 16 @@ -89,6 +92,8 @@ sizeof(struct xfs_fsop_geom_v4) = 112 sizeof(struct xfs_icreate_log) = 28 sizeof(struct xfs_inode_log_format) = 56 sizeof(struct xfs_inode_log_format_32) = 52 +sizeof(struct xfs_inumbers) = 24 +sizeof(struct xfs_inumbers_req) = 64 sizeof(struct xfs_log_dinode) = 176 sizeof(struct xfs_map_extent) = 32 sizeof(struct xfs_phys_extent) = 16