Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <asm/byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | io_event |
struct | iocb |
Macros | |
#define | IOCB_FLAG_RESFD (1 << 0) |
Typedefs | |
typedef __kernel_ulong_t | aio_context_t |
Enumerations | |
enum | { IOCB_CMD_PREAD = 0, IOCB_CMD_PWRITE = 1, IOCB_CMD_FSYNC = 2, IOCB_CMD_FDSYNC = 3, IOCB_CMD_NOOP = 6, IOCB_CMD_PREADV = 7, IOCB_CMD_PWRITEV = 8 } |
typedef __kernel_ulong_t aio_context_t |