Home
last modified time | relevance | path

Searched refs:last_write_comp (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dfile.h112 uint64_t *last_write_comp; member
Dbackend.c1095 if (!f->last_write_comp) in free_file_completion_logging()
1097 sfree(f->last_write_comp); in free_file_completion_logging()
1111 f->last_write_comp = scalloc(depth, sizeof(uint64_t)); in init_file_completion_logging()
1112 if (!f->last_write_comp) in init_file_completion_logging()
Dverify.c1539 if (!f->last_write_comp) in __fill_file_completions()
1552 s->comps[*index].offset = cpu_to_le64(f->last_write_comp[j]); in __fill_file_completions()
Dio_u.c1804 if (!f->last_write_comp) in file_log_write_comp()
1808 f->last_write_comp[idx] = offset; in file_log_write_comp()