Searched defs:io_thread_req (Results 1 – 1 of 1) sorted by relevance
60 struct io_thread_req { struct61 struct request *req;62 enum ubd_req op;63 int fds[2];64 unsigned long offsets[2];65 unsigned long long offset;66 unsigned long length;67 char *buffer;68 int sectorsize;69 unsigned long sector_mask;[all …]