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;
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()
519 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in ubd_handler()
520 struct io_thread_req *io_req = (*irq_req_buffer)[count]; in ubd_handler()
1150 sizeof(struct io_thread_req *), in ubd_init()
1160 sizeof(struct io_thread_req *), in ubd_init()
1291 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap, in cowify_req()
1316 struct io_thread_req *io_req; in ubd_queue_one_vec()
1319 io_req = kmalloc(sizeof(struct io_thread_req), GFP_ATOMIC); in ubd_queue_one_vec()
1485 static int update_bitmap(struct io_thread_req *req) in update_bitmap()
1500 static void do_io(struct io_thread_req *req) in do_io()
1601 for (count = 0; count < n/sizeof(struct io_thread_req *); count++) { in io_thread()