From: Darrick J. Wong Date: Tue, 4 Jun 2019 21:16:55 +0000 (-0700) Subject: xfs/122: add new ioctl structures X-Git-Tag: v2022.05.01~1134 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=80c49a927cc1f73bbe2e19a0013019500825f434 xfs/122: add new ioctl structures Add some new ioctls that are being introduced in 5.2. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 92fb46ae..cf9ac9e2 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -57,6 +57,7 @@ offsetof(xfs_sb_t, sb_versionnum) = 100 offsetof(xfs_sb_t, sb_width) = 188 sizeof(struct xfs_acl) = 4 sizeof(struct xfs_acl_entry) = 12 +sizeof(struct xfs_ag_geometry) = 128 sizeof(struct xfs_attr3_leaf_hdr) = 80 sizeof(struct xfs_attr3_leafblock) = 88 sizeof(struct xfs_attr3_rmt_hdr) = 56 @@ -82,6 +83,9 @@ sizeof(struct xfs_extent_data) = 24 sizeof(struct xfs_extent_data_info) = 32 sizeof(struct xfs_fs_eofblocks) = 128 sizeof(struct xfs_fsop_ag_resblks) = 64 +sizeof(struct xfs_fsop_geom) = 256 +sizeof(struct xfs_fsop_geom_v1) = 112 +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