Searched refs:reply_fd (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/um/include/shared/
H A Daio.h17 int reply_fd; member in struct:aio_context
21 #define INIT_AIO_CONTEXT { .reply_fd = -1, \
25 unsigned long long offset, int reply_fd,
/linux-4.4.14/arch/um/os-Linux/
H A Daio.c105 int err, n, reply_fd; aio_thread() local
120 reply_fd = ((struct aio_context *) reply.data)->reply_fd; aio_thread()
121 err = write(reply_fd, &reply, sizeof(reply)); aio_thread()
124 "fd = %d, err = %d\n", reply_fd, errno); aio_thread()
194 err = write(req.aio->reply_fd, &reply, sizeof(reply)); not_aio_thread()
197 "fd = %d, err = %d\n", req.aio->reply_fd, errno); not_aio_thread()
275 err = write(aio->reply_fd, &reply, sizeof(reply)); submit_aio_26()
279 "fd = %d, err = %d\n", aio->reply_fd, -err); submit_aio_26()
382 unsigned long long offset, int reply_fd, submit_aio()
385 aio->reply_fd = reply_fd; submit_aio()
381 submit_aio(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, int reply_fd, struct aio_context *aio) submit_aio() argument

Completed in 96 milliseconds