Searched refs:last_write_comp (Results 1 – 4 of 4) sorted by relevance
112 uint64_t *last_write_comp; member
1095 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()
1539 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()
1804 if (!f->last_write_comp) in file_log_write_comp()1808 f->last_write_comp[idx] = offset; in file_log_write_comp()