Lines Matching refs:io_thread_req
47 struct io_thread_req { struct
63 static struct io_thread_req * (*irq_req_buffer)[]; argument
64 static struct io_thread_req *irq_remainder;
67 static struct io_thread_req * (*io_req_buffer)[];
68 static struct io_thread_req *io_remainder;
451 struct io_thread_req * (*request_buffer)[], in bulk_req_safe_read()
452 struct io_thread_req **remainder, in bulk_req_safe_read()
471 sizeof(struct io_thread_req *)*max_recs in bulk_req_safe_read()
476 if ((n % sizeof(struct io_thread_req *)) > 0) { in bulk_req_safe_read()
482 *remainder_size = n % sizeof(struct io_thread_req *); in bulk_req_safe_read()
487 (n/sizeof(struct io_thread_req *))*sizeof(struct io_thread_req *), in bulk_req_safe_read()
522 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in ubd_handler()
1131 sizeof(struct io_thread_req *), in ubd_init()
1141 sizeof(struct io_thread_req *), in ubd_init()
1272 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, in cowify_req()
1294 static void prepare_request(struct request *req, struct io_thread_req *io_req, in prepare_request()
1325 struct io_thread_req *io_req) in prepare_flush_request()
1336 static bool submit_request(struct io_thread_req *io_req, struct ubd *dev) in submit_request()
1356 struct io_thread_req *io_req; in do_ubd_request()
1375 io_req = kmalloc(sizeof(struct io_thread_req), in do_ubd_request()
1390 io_req = kmalloc(sizeof(struct io_thread_req), in do_ubd_request()
1454 static int update_bitmap(struct io_thread_req *req) in update_bitmap()
1472 static void do_io(struct io_thread_req *req) in do_io()
1569 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in io_thread()