Home
last modified time | relevance | path

Searched refs:last_write_idx (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dfile.h113 unsigned int last_write_idx; member
Dio_u.c1807 idx = f->last_write_idx++; in file_log_write_comp()
1809 if (f->last_write_idx == td->o.iodepth) in file_log_write_comp()
1810 f->last_write_idx = 0; in file_log_write_comp()
Dverify.c1547 j = f->last_write_idx - 1; in __fill_file_completions()