Lines Matching refs:io_thread_req
46 struct io_thread_req { struct
449 struct io_thread_req *req; in ubd_handler()
457 sizeof(struct io_thread_req *)); in ubd_handler()
1191 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, in cowify_req()
1213 static void prepare_request(struct request *req, struct io_thread_req *io_req, in prepare_request()
1244 struct io_thread_req *io_req) in prepare_flush_request()
1255 static bool submit_request(struct io_thread_req *io_req, struct ubd *dev) in submit_request()
1275 struct io_thread_req *io_req; in do_ubd_request()
1294 io_req = kmalloc(sizeof(struct io_thread_req), in do_ubd_request()
1309 io_req = kmalloc(sizeof(struct io_thread_req), in do_ubd_request()
1373 static int update_bitmap(struct io_thread_req *req) in update_bitmap()
1397 static void do_io(struct io_thread_req *req) in do_io()
1477 struct io_thread_req *req; in io_thread()
1484 sizeof(struct io_thread_req *)); in io_thread()
1485 if(n != sizeof(struct io_thread_req *)){ in io_thread()
1498 sizeof(struct io_thread_req *)); in io_thread()
1499 if(n != sizeof(struct io_thread_req *)) in io_thread()