Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | aio_thread_reply |
struct | aio_context |
Macros | |
#define | INIT_AIO_CONTEXT |
Enumerations | |
enum | aio_type { AIO_READ, AIO_WRITE, AIO_MMAP } |
Functions | |
int | submit_aio (enum aio_type type, int fd, char *buf, int len, unsigned long long offset, int reply_fd, struct aio_context *aio) |
#define INIT_AIO_CONTEXT |