Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Daio.c58 struct aio_ring { struct
462 struct aio_ring *ring; in aio_setup_ring()
472 size = sizeof(struct aio_ring); in aio_setup_ring()
486 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()
550 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
558 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
637 struct aio_ring *ring; in ioctx_add_table()
989 struct aio_ring *ring; in user_refill_reqs_available()
1049 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()
1091 struct aio_ring *ring; in aio_complete()
[all …]