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.
This commit is contained in:
Tim Shimmin
2006-06-16 06:08:07 +00:00
parent b698d3d581
commit 1e1fa61c88
+8
View File
@@ -55,6 +55,12 @@ sizeof( xfs_dircook_t ) = 8
sizeof( xfs_dir_sf_hdr_t ) = 9 sizeof( xfs_dir_sf_hdr_t ) = 9
sizeof( xfs_dir_sf_entry_t ) = 10 sizeof( xfs_dir_sf_entry_t ) = 10
sizeof( xfs_dir_shortform_t ) = 19 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_geom_t ) = 112
sizeof( xfs_fsop_counts_t ) = 32 sizeof( xfs_fsop_counts_t ) = 32
sizeof( xfs_fsop_resblks_t ) = 16 sizeof( xfs_fsop_resblks_t ) = 16
@@ -67,6 +73,8 @@ sizeof( xfs_fid2_t ) = 16
sizeof( xfs_handle_t ) = 24 sizeof( xfs_handle_t ) = 24
sizeof( xfs_inobt_rec_t ) = 16 sizeof( xfs_inobt_rec_t ) = 16
sizeof( xfs_inobt_key_t ) = 4 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_trans_reservations_t ) = 84
sizeof( xfs_disk_dquot_t ) = 104 sizeof( xfs_disk_dquot_t ) = 104
sizeof( xfs_dqblk_t ) = 136 sizeof( xfs_dqblk_t ) = 136