io_thread_req      65 arch/um/drivers/ubd_kern.c static struct io_thread_req * (*irq_req_buffer)[];
io_thread_req      66 arch/um/drivers/ubd_kern.c static struct io_thread_req *irq_remainder;
io_thread_req      69 arch/um/drivers/ubd_kern.c static struct io_thread_req * (*io_req_buffer)[];
io_thread_req      70 arch/um/drivers/ubd_kern.c static struct io_thread_req *io_remainder;
io_thread_req     451 arch/um/drivers/ubd_kern.c 	struct io_thread_req * (*request_buffer)[],
io_thread_req     452 arch/um/drivers/ubd_kern.c 	struct io_thread_req **remainder,
io_thread_req     471 arch/um/drivers/ubd_kern.c 			sizeof(struct io_thread_req *)*max_recs
io_thread_req     476 arch/um/drivers/ubd_kern.c 		if ((n % sizeof(struct io_thread_req *)) > 0) {
io_thread_req     482 arch/um/drivers/ubd_kern.c 			*remainder_size = n % sizeof(struct io_thread_req *);
io_thread_req     487 arch/um/drivers/ubd_kern.c 					(n/sizeof(struct io_thread_req *))*sizeof(struct io_thread_req *),
io_thread_req     519 arch/um/drivers/ubd_kern.c 		for (count = 0; count < n/sizeof(struct io_thread_req *); count++) {
io_thread_req     520 arch/um/drivers/ubd_kern.c 			struct io_thread_req *io_req = (*irq_req_buffer)[count];
io_thread_req    1150 arch/um/drivers/ubd_kern.c 				       sizeof(struct io_thread_req *),
io_thread_req    1160 arch/um/drivers/ubd_kern.c 				      sizeof(struct io_thread_req *),
io_thread_req    1291 arch/um/drivers/ubd_kern.c static void cowify_req(struct io_thread_req *req, unsigned long *bitmap,
io_thread_req    1316 arch/um/drivers/ubd_kern.c 	struct io_thread_req *io_req;
io_thread_req    1319 arch/um/drivers/ubd_kern.c 	io_req = kmalloc(sizeof(struct io_thread_req), GFP_ATOMIC);
io_thread_req    1485 arch/um/drivers/ubd_kern.c static int update_bitmap(struct io_thread_req *req)
io_thread_req    1500 arch/um/drivers/ubd_kern.c static void do_io(struct io_thread_req *req)
io_thread_req    1601 arch/um/drivers/ubd_kern.c 		for (count = 0; count < n/sizeof(struct io_thread_req *); count++) {