Lines Matching refs:iovec

391 	struct iovec iov = { .iov_base = buf, .iov_len = len };  in new_sync_read()
494 struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; in new_sync_write()
742 struct iovec iovec = iov_iter_iovec(iter); in do_loop_readv_writev() local
746 nr = filp->f_op->read(filp, iovec.iov_base, in do_loop_readv_writev()
747 iovec.iov_len, ppos); in do_loop_readv_writev()
749 nr = filp->f_op->write(filp, iovec.iov_base, in do_loop_readv_writev()
750 iovec.iov_len, ppos); in do_loop_readv_writev()
759 if (nr != iovec.iov_len) in do_loop_readv_writev()
896 static ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
899 struct iovec iovstack[UIO_FASTIOV]; in vfs_readv()
900 struct iovec *iov = iovstack; in vfs_readv()
913 static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
916 struct iovec iovstack[UIO_FASTIOV]; in vfs_writev()
917 struct iovec *iov = iovstack; in vfs_writev()
931 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
955 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
985 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1008 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1031 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3()
1037 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3()
1043 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5()
1051 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6()
1063 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5()
1071 SYSCALL_DEFINE6(pwritev2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6()
1091 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE4()
1099 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5()
1109 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5()
1119 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE6()
1132 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE4()
1140 const struct iovec __user *,vec, in COMPAT_SYSCALL_DEFINE5()
1150 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5()
1160 const struct iovec __user *,vec, in COMPAT_SYSCALL_DEFINE6()