Home
last modified time | relevance | path

Searched defs:io_piece (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Diolog.h144 struct io_piece { struct
145 union {
149 struct flist_head trim_list;
150 union {
154 unsigned long long offset;
155 unsigned short numberio;
156 unsigned long len;
180 extern void log_io_piece(struct thread_data *, struct io_u *); argument