PostgreSQL Source Code git master
|
#include <aio.h>
Data Fields | |
struct { | |
int fd | |
uint16 iov_length | |
uint64 offset | |
} | read |
struct { | |
int fd | |
uint16 iov_length | |
uint64 offset | |
} | write |
int PgAioOpData::fd |
Definition at line 129 of file aio.h.
Referenced by pgaio_io_perform_synchronously(), pgaio_io_prep_readv(), and pgaio_io_prep_writev().
uint16 PgAioOpData::iov_length |
Definition at line 130 of file aio.h.
Referenced by pgaio_io_perform_synchronously(), pgaio_io_prep_readv(), and pgaio_io_prep_writev().
uint64 PgAioOpData::offset |
Definition at line 131 of file aio.h.
Referenced by pgaio_io_perform_synchronously(), pgaio_io_prep_readv(), and pgaio_io_prep_writev().
struct { ... } PgAioOpData::read |
Referenced by pgaio_io_perform_synchronously(), and pgaio_io_prep_readv().
struct { ... } PgAioOpData::write |
Referenced by pgaio_io_perform_synchronously(), and pgaio_io_prep_writev().