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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Daio.c20 int io_fd; member in struct:aio_thread_req
152 actual = lseek64(req->io_fd, req->offset, SEEK_SET);
158 n = read(req->io_fd, req->buf, req->len);
161 n = write(req->io_fd, req->buf, req->len);
164 n = read(req->io_fd, &c, sizeof(c));
276 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, argument
282 err = do_aio(ctx, type, io_fd, buf, len, offset, aio);
305 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, argument
374 static int submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, argument
378 .io_fd
394 submit_aio(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, int reply_fd, struct aio_context *aio) argument
[all...]

Completed in 88 milliseconds