Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Daio.c57 struct aio_ring { struct
464 struct aio_ring *ring; in aio_setup_ring()
474 size = sizeof(struct aio_ring); in aio_setup_ring()
488 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()
552 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
560 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
639 struct aio_ring *ring; in ioctx_add_table()
991 struct aio_ring *ring; in user_refill_reqs_available()
1046 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()
1086 struct aio_ring *ring; in aio_complete()
[all …]