Home
last modified time | relevance | path

Searched refs:aio_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/um/os-Linux/
Daio.c18 enum aio_type type;
66 static int do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf, in do_aio()
265 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_26()
294 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_26()
361 static int submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_24()
381 int submit_aio(enum aio_type type, int io_fd, char *buf, int len, in submit_aio()
/linux-4.1.27/arch/um/include/shared/
Daio.h9 enum aio_type { AIO_READ, AIO_WRITE, AIO_MMAP }; enum
24 extern int submit_aio(enum aio_type type, int fd, char *buf, int len,