Home
last modified time | relevance | path

Searched refs:aio_ring (Results 1 – 1 of 1) sorted by relevance

/fs/
Daio.c45 struct aio_ring { struct
150 struct aio_ring *ring; in aio_setup_ring()
159 size = sizeof(struct aio_ring); in aio_setup_ring()
166 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) / sizeof(struct io_event); in aio_setup_ring()
212 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
220 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
285 struct aio_ring *ring; in free_ioctx()
579 struct aio_ring *ring; in aio_complete()
702 struct aio_ring *ring; in aio_read_events_ring()