Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Enumerations
aio_abi.h File Reference
#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
}
 

Macro Definition Documentation

#define IOCB_FLAG_RESFD   (1 << 0)

Definition at line 55 of file aio_abi.h.

Typedef Documentation

Definition at line 33 of file aio_abi.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
IOCB_CMD_PREAD 
IOCB_CMD_PWRITE 
IOCB_CMD_FSYNC 
IOCB_CMD_FDSYNC 
IOCB_CMD_NOOP 
IOCB_CMD_PREADV 
IOCB_CMD_PWRITEV 

Definition at line 35 of file aio_abi.h.