Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Daio.c56 struct aio_ring { struct
447 struct aio_ring *ring; in aio_setup_ring()
457 size = sizeof(struct aio_ring); in aio_setup_ring()
471 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()
535 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
543 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
622 struct aio_ring *ring; in ioctx_add_table()
974 struct aio_ring *ring; in user_refill_reqs_available()
1026 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()
1066 struct aio_ring *ring; in aio_complete()
[all …]