Searched defs:io_piece (Results 1 – 1 of 1) sorted by relevance
195 struct io_piece { struct196 union {200 struct flist_head trim_list;201 union {205 unsigned long long offset;206 unsigned short numberio;207 unsigned long len;231 extern void log_io_piece(struct thread_data *, struct io_u *); argument