Searched refs:aio_type (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/arch/um/os-Linux/ |
| D | aio.c | 18 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/ |
| D | aio.h | 9 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,
|