Lines Matching refs:io_thread_req
50 struct io_thread_req { struct
65 static struct io_thread_req * (*irq_req_buffer)[]; argument
66 static struct io_thread_req *irq_remainder;
69 static struct io_thread_req * (*io_req_buffer)[];
70 static struct io_thread_req *io_remainder;
452 struct io_thread_req * (*request_buffer)[], in bulk_req_safe_read()
453 struct io_thread_req **remainder, in bulk_req_safe_read()
472 sizeof(struct io_thread_req *)*max_recs in bulk_req_safe_read()
477 if ((n % sizeof(struct io_thread_req *)) > 0) { in bulk_req_safe_read()
483 *remainder_size = n % sizeof(struct io_thread_req *); in bulk_req_safe_read()
488 (n/sizeof(struct io_thread_req *))*sizeof(struct io_thread_req *), in bulk_req_safe_read()
520 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in ubd_handler()
521 struct io_thread_req *io_req = (*irq_req_buffer)[count]; in ubd_handler()
1151 sizeof(struct io_thread_req *), in ubd_init()
1161 sizeof(struct io_thread_req *), in ubd_init()
1292 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, in cowify_req()
1317 struct io_thread_req *io_req; in ubd_queue_one_vec()
1320 io_req = kmalloc(sizeof(struct io_thread_req), GFP_ATOMIC); in ubd_queue_one_vec()
1486 static int update_bitmap(struct io_thread_req *req) in update_bitmap()
1501 static void do_io(struct io_thread_req *req) in do_io()
1602 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in io_thread()