From 1e1fa61c88bc42013b7c3aabaf12ad9c14219f87 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Fri, 16 Jun 2006 06:08:07 +0000 Subject: [PATCH] update for the extra 32/64 variants of EFI/EFD/inode log format structures. Merge of master-melb:xfs-cmds:26265a by kenmcd. update for the extra 32/64 variants of EFI/EFD/inode log format structures. --- 122.out | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/122.out b/122.out index 4d91c092..39b12f1b 100644 --- a/122.out +++ b/122.out @@ -55,6 +55,12 @@ sizeof( xfs_dircook_t ) = 8 sizeof( xfs_dir_sf_hdr_t ) = 9 sizeof( xfs_dir_sf_entry_t ) = 10 sizeof( xfs_dir_shortform_t ) = 19 +sizeof( xfs_extent_32_t ) = 12 +sizeof( xfs_extent_64_t ) = 16 +sizeof( xfs_efi_log_format_32_t ) = 28 +sizeof( xfs_efi_log_format_64_t ) = 32 +sizeof( xfs_efd_log_format_32_t ) = 28 +sizeof( xfs_efd_log_format_64_t ) = 32 sizeof( xfs_fsop_geom_t ) = 112 sizeof( xfs_fsop_counts_t ) = 32 sizeof( xfs_fsop_resblks_t ) = 16 @@ -67,6 +73,8 @@ sizeof( xfs_fid2_t ) = 16 sizeof( xfs_handle_t ) = 24 sizeof( xfs_inobt_rec_t ) = 16 sizeof( xfs_inobt_key_t ) = 4 +sizeof( xfs_inode_log_format_32_t ) = 52 +sizeof( xfs_inode_log_format_64_t ) = 56 sizeof( xfs_trans_reservations_t ) = 84 sizeof( xfs_disk_dquot_t ) = 104 sizeof( xfs_dqblk_t ) = 136 -- 2.47.3