Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Daio.c56 struct aio_ring { struct
484 struct aio_ring *ring; in aio_setup_ring()
494 size = sizeof(struct aio_ring); in aio_setup_ring()
508 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()
574 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
581 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
671 struct aio_ring *ring; in ioctx_add_table()
1018 struct aio_ring *ring; in user_refill_reqs_available()
1077 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()
1124 struct aio_ring *ring; in aio_complete()
[all …]