Lines Matching refs:io_req
320 char *format_rw(struct io_req *ioreq, int fd, void *buffer,
323 char *format_sds(struct io_req *ioreq, void *buffer, int sds char *pattern);
326 int do_read(struct io_req *req);
327 int do_write(struct io_req *req);
331 char *format_listio(struct io_req *ioreq, int lcmd,
335 int do_listio(struct io_req *req);
338 int do_ssdio(struct io_req *req);
341 char *fmt_ioreq(struct io_req *ioreq, struct syscall_info *sy, int fd);
344 struct status *sy_listio(struct io_req *req, struct syscall_info *sysc,
346 int listio_mem(struct io_req *req, int offset, int fmstride,
348 char *fmt_listio(struct io_req *req, struct syscall_info *sy,
353 struct status *sy_pread(struct io_req *req, struct syscall_info *sysc,
355 struct status *sy_pwrite(struct io_req *req, struct syscall_info *sysc,
357 char *fmt_pread(struct io_req *req, struct syscall_info *sy,
362 struct status *sy_readv(struct io_req *req, struct syscall_info *sysc,
364 struct status *sy_writev(struct io_req *req, struct syscall_info *sysc,
366 struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc,
368 char *fmt_readv(struct io_req *req, struct syscall_info *sy,
373 struct status *sy_aread(struct io_req *req, struct syscall_info *sysc,
375 struct status *sy_awrite(struct io_req *req, struct syscall_info *sysc,
377 struct status *sy_arw(struct io_req *req, struct syscall_info *sysc,
379 char *fmt_aread(struct io_req *req, struct syscall_info *sy,
384 struct status *sy_mmread(struct io_req *req, struct syscall_info *sysc,
386 struct status *sy_mmwrite(struct io_req *req, struct syscall_info *sysc,
388 struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc,
390 char *fmt_mmrw(struct io_req *req, struct syscall_info *sy, int fd, char *addr);
393 int do_rw(struct io_req *req);
396 int do_fcntl(struct io_req *req);
400 int do_sync(struct io_req *req);
758 struct io_req ioreq; in doio()
1281 char *format_rw(struct io_req *ioreq, int fd, void *buffer, int signo, in format_rw()
1368 char *format_sds(struct io_req *ioreq, void *buffer, int sds, char *pattern) in format_sds()
1404 int do_read(struct io_req *req) in do_read()
1598 int do_write(struct io_req *req) in do_write()
1985 char *format_listio(struct io_req *ioreq, int lcmd, struct listreq *list, in format_listio()
2078 int do_listio(struct io_req *req) in do_listio()
2337 int do_ssdio(struct io_req *req) in do_ssdio()
2409 int do_ssdio(struct io_req *req) in do_ssdio()
2421 char *fmt_ioreq(struct io_req *ioreq, struct syscall_info *sy, int fd) in fmt_ioreq()
2530 struct status *sy_listio(struct io_req *req, struct syscall_info *sysc, int fd, in sy_listio()
2610 int listio_mem(struct io_req *req, int offset, int fmstride, int *min, int *max) in listio_mem()
2620 char *fmt_listio(struct io_req *req, struct syscall_info *sy, int fd, in fmt_listio()
2650 struct status *sy_pread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_pread()
2671 struct status *sy_pwrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_pwrite()
2692 char *fmt_pread(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_pread()
2714 struct status *sy_readv(struct io_req *req, struct syscall_info *sysc, int fd, in sy_readv()
2721 struct status *sy_writev(struct io_req *req, struct syscall_info *sysc, int fd, in sy_writev()
2728 struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc, int fd, in sy_rwv()
2763 char *fmt_readv(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_readv()
2776 struct status *sy_aread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_aread()
2783 struct status *sy_awrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_awrite()
2795 struct status *sy_arw(struct io_req *req, struct syscall_info *sysc, int fd, in sy_arw()
2856 char *fmt_aread(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_aread()
2869 struct status *sy_mmread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmread()
2876 struct status *sy_mmwrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmwrite()
2883 struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmrw()
2951 char *fmt_mmrw(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_mmrw()
3055 int do_rw(struct io_req *req) in do_rw()
3496 int do_fcntl(struct io_req *req) in do_fcntl()
3600 int do_sync(struct io_req *req) in do_sync()