io_event          114 fs/aio.c       	size += sizeof(struct io_event) * nr_events;
io_event          120 fs/aio.c       	nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) / sizeof(struct io_event);
io_event          175 fs/aio.c       #define AIO_EVENTS_PER_PAGE	(PAGE_SIZE / sizeof(struct io_event))
io_event          176 fs/aio.c       #define AIO_EVENTS_FIRST_PAGE	((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
io_event          181 fs/aio.c       	struct io_event *__event;					\
io_event          189 fs/aio.c       	struct io_event *__event = (event);	\
io_event          240 fs/aio.c       	if ((nr_events > (0x10000000U / sizeof(struct io_event))) ||
io_event          310 fs/aio.c       	int (*cancel)(struct kiocb *, struct io_event *);
io_event          311 fs/aio.c       	struct io_event res;
io_event          921 fs/aio.c       	struct io_event	*event;
io_event         1042 fs/aio.c       		struct io_event *evp = aio_ring_event(info, head, KM_USER1);
io_event         1105 fs/aio.c       	struct io_event		ent;
io_event         1731 fs/aio.c       	int (*cancel)(struct kiocb *iocb, struct io_event *res);
io_event         1757 fs/aio.c       		struct io_event tmp;
io_event          504 fs/compat.c    				nr * sizeof(struct io_event))))
io_event           94 include/linux/aio.h 	int			(*ki_cancel)(struct kiocb *, struct io_event *);
io_event          160 include/linux/aio.h 	struct io_event		io_events[0];
io_event           18 include/linux/syscalls.h struct io_event;