Home | History | Annotate | Download | only in fio

Lines Matching refs:io_logs

1975  * Return a struct io_logs, which is added to the tail of the log
1978 static struct io_logs *get_new_log(struct io_log *iolog)
1981 struct io_logs *cur_log;
2004 flist_add_tail(&cur_log->list, &iolog->io_logs);
2017 static struct io_logs *regrow_log(struct io_log *iolog)
2019 struct io_logs *cur_log;
2089 static struct io_logs *get_cur_log(struct io_log *iolog)
2091 struct io_logs *cur_log;
2123 struct io_logs *cur_log;
2127 if (flist_empty(&iolog->io_logs))