Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Daio.c19 int io_fd; member
138 actual = lseek64(req->io_fd, req->offset, SEEK_SET); in do_not_aio()
144 n = read(req->io_fd, req->buf, req->len); in do_not_aio()
147 n = write(req->io_fd, req->buf, req->len); in do_not_aio()
150 n = read(req->io_fd, &c, sizeof(c)); in do_not_aio()
265 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_26() argument
271 err = do_aio(ctx, type, io_fd, buf, len, offset, aio); 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() argument
361 static int submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_24() argument
365 .io_fd = io_fd, in submit_aio_24()
[all …]