Searched refs:aio_ring (Results 1 - 1 of 1) sorted by path

/linux-master/fs/
H A Daio.c56 struct aio_ring { struct
66 unsigned header_length; /* size of aio_ring */
492 struct aio_ring *ring;
502 size = sizeof(struct aio_ring);
516 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring))
580 ring->header_length = sizeof(struct aio_ring);
587 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
677 struct aio_ring *ring;
1024 struct aio_ring *ring;
1083 struct aio_ring __use
[all...]

Completed in 151 milliseconds