Searched defs:io_thread_req (Results 1 – 1 of 1) sorted by relevance
46 struct io_thread_req { struct47 struct request *req;48 enum ubd_req op;49 int fds[2];50 unsigned long offsets[2];51 unsigned long long offset;52 unsigned long length;53 char *buffer;54 int sectorsize;55 unsigned long sector_mask;[all …]