Lines Matching refs:io_log
23 static int iolog_flush(struct io_log *log);
597 void setup_log(struct io_log **log, struct log_params *p, in setup_log()
600 struct io_log *l; in setup_log()
677 void free_log(struct io_log *log) in free_log()
798 struct io_log *log;
937 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks()
1053 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks()
1066 void flush_log(struct io_log *log, bool do_append) in flush_log()
1103 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log()
1124 size_t log_chunk_sizes(struct io_log *log) in log_chunk_sizes()
1317 static int iolog_flush(struct io_log *log) in iolog_flush()
1346 int iolog_cur_flush(struct io_log *log, struct io_logs *cur_log) in iolog_cur_flush()
1368 static int iolog_flush(struct io_log *log) in iolog_flush()
1373 int iolog_cur_flush(struct io_log *log, struct io_logs *cur_log) in iolog_cur_flush()
1389 struct io_logs *iolog_cur_log(struct io_log *log) in iolog_cur_log()
1397 uint64_t iolog_nr_samples(struct io_log *iolog) in iolog_nr_samples()
1412 static int __write_log(struct thread_data *td, struct io_log *log, int try) in __write_log()