Home
last modified time | relevance | path

Searched defs:verify_header (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dverify.h39 struct verify_header { struct
40 uint16_t magic;
41 uint16_t verify_type;
42 uint32_t len;
43 uint64_t rand_seed;
44 uint64_t offset;
45 uint32_t time_sec;
46 uint32_t time_usec;
47 uint16_t thread;
48 uint16_t numberio;
[all …]
Dverify.c816 static int verify_header(struct io_u *io_u, struct thread_data *td, in verify_header() function