Searched refs:io_thread_req (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/um/drivers/
H A Dubd_kern.c46 struct io_thread_req { struct
449 struct io_thread_req *req; ubd_handler()
457 sizeof(struct io_thread_req *)); ubd_handler()
1191 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, cowify_req()
1213 static void prepare_request(struct request *req, struct io_thread_req *io_req, prepare_request()
1244 struct io_thread_req *io_req) prepare_flush_request()
1255 static bool submit_request(struct io_thread_req *io_req, struct ubd *dev) submit_request()
1275 struct io_thread_req *io_req; do_ubd_request()
1294 io_req = kmalloc(sizeof(struct io_thread_req), do_ubd_request()
1309 io_req = kmalloc(sizeof(struct io_thread_req), do_ubd_request()
1373 static int update_bitmap(struct io_thread_req *req) update_bitmap()
1397 static void do_io(struct io_thread_req *req) do_io()
1477 struct io_thread_req *req; io_thread()
1484 sizeof(struct io_thread_req *)); io_thread()
1485 if(n != sizeof(struct io_thread_req *)){ io_thread()
1498 sizeof(struct io_thread_req *)); io_thread()
1499 if(n != sizeof(struct io_thread_req *)) io_thread()

Completed in 81 milliseconds