X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=f311e2c62a53c898f25c12bd09764f5b2be879b3;hb=dd9bd2b2e0ed9665325240fdd5a40253fe23bca6;hp=57d84dbba3defda3df5ae44fa0880954a3c28a93;hpb=435228488ffd062f4eac710aaa862e04cd20dfee;p=fio.git diff --git a/thread_options.h b/thread_options.h index 57d84dbb..f311e2c6 100644 --- a/thread_options.h +++ b/thread_options.h @@ -99,6 +99,8 @@ struct thread_options { unsigned long long verify_backlog; unsigned int verify_batch; unsigned int experimental_verify; + unsigned int verify_state; + unsigned int verify_state_save; unsigned int use_thread; unsigned int unlink; unsigned int do_disk_util; @@ -106,8 +108,11 @@ struct thread_options { unsigned int rand_repeatable; unsigned int allrand_repeatable; unsigned long long rand_seed; - unsigned int use_os_rand; + unsigned int dep_use_os_rand; unsigned int log_avg_msec; + unsigned int log_offset; + unsigned int log_gz; + unsigned int log_gz_store; unsigned int norandommap; unsigned int softrandommap; unsigned int bs_unaligned; @@ -181,6 +186,7 @@ struct thread_options { unsigned int buffer_pattern_bytes; unsigned int compress_percentage; unsigned int compress_chunk; + unsigned int dedupe_percentage; unsigned int time_based; unsigned int disable_lat; unsigned int disable_clat; @@ -326,6 +332,9 @@ struct thread_options_pack { uint64_t verify_backlog; uint32_t verify_batch; uint32_t experimental_verify; + uint32_t verify_state; + uint32_t verify_state_save; + uint32_t pad; uint32_t use_thread; uint32_t unlink; uint32_t do_disk_util; @@ -333,8 +342,11 @@ struct thread_options_pack { uint32_t rand_repeatable; uint32_t allrand_repeatable; uint64_t rand_seed; - uint32_t use_os_rand; + uint32_t dep_use_os_rand; uint32_t log_avg_msec; + uint32_t log_offset; + uint32_t log_gz; + uint32_t log_gz_store; uint32_t norandommap; uint32_t softrandommap; uint32_t bs_unaligned; @@ -397,8 +409,9 @@ struct thread_options_pack { uint32_t scramble_buffers; uint8_t buffer_pattern[MAX_PATTERN_SIZE]; uint32_t buffer_pattern_bytes; - unsigned int compress_percentage; - unsigned int compress_chunk; + uint32_t compress_percentage; + uint32_t compress_chunk; + uint32_t dedupe_percentage; uint32_t time_based; uint32_t disable_lat; uint32_t disable_clat; @@ -468,6 +481,7 @@ struct thread_options_pack { uint64_t number_ios; uint32_t sync_file_range; + uint32_t pad2; uint64_t latency_target; uint64_t latency_window;