Home
last modified time | relevance | path

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

/arch/um/drivers/
Dubd_kern.c46 struct io_thread_req { struct
449 struct io_thread_req *req; in ubd_handler()
457 sizeof(struct io_thread_req *)); in ubd_handler()
1190 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, in cowify_req()
1212 static void prepare_request(struct request *req, struct io_thread_req *io_req, in prepare_request()
1244 struct io_thread_req *io_req; in do_ubd_request()
1265 io_req = kmalloc(sizeof(struct io_thread_req), in do_ubd_request()
1277 sizeof(struct io_thread_req *)); in do_ubd_request()
1278 if(n != sizeof(struct io_thread_req *)){ in do_ubd_request()
1338 static int update_bitmap(struct io_thread_req *req) in update_bitmap()
[all …]