Searched refs:header_num (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dverify.c29 struct verify_header *hdr, unsigned int header_num,
90 unsigned int hdr_inc, header_num; local
97 header_num = 0;
100 populate_hdr(td, io_u, hdr, header_num, hdr_inc);
101 header_num++;
324 * Return data area 'header_num'
855 struct io_u *io_u, unsigned int header_num)
866 vh->offset = io_u->offset + header_num * td->o.verify_interval;
962 struct verify_header *hdr, unsigned int header_num,
1029 fill_meta(hdr, td, io_u, header_num);
854 fill_meta(struct verify_header *hdr, struct thread_data *td, struct io_u *io_u, unsigned int header_num) argument
961 populate_hdr(struct thread_data *td, struct io_u *io_u, struct verify_header *hdr, unsigned int header_num, unsigned int header_len) argument
[all...]

Completed in 94 milliseconds