Lines Matching refs:__user

425 		unsigned long, offset_low, loff_t __user *, result,  in SYSCALL_DEFINE5()  argument
481 static ssize_t new_sync_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos) in new_sync_read()
552 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
583 static ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos) in new_sync_write()
591 iov_iter_ubuf(&iter, ITER_SOURCE, (void __user *)buf, len); in new_sync_write()
666 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
704 ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count) in ksys_read()
722 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument
727 ssize_t ksys_write(unsigned int fd, const char __user *buf, size_t count) in ksys_write()
746 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE3() argument
752 ssize_t ksys_pread64(unsigned int fd, char __user *buf, size_t count, in ksys_pread64()
768 SYSCALL_DEFINE4(pread64, unsigned int, fd, char __user *, buf, in SYSCALL_DEFINE4() argument
775 COMPAT_SYSCALL_DEFINE5(pread64, unsigned int, fd, char __user *, buf, in COMPAT_SYSCALL_DEFINE5() argument
782 ssize_t ksys_pwrite64(unsigned int fd, const char __user *buf, in ksys_pwrite64()
798 SYSCALL_DEFINE4(pwrite64, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE4() argument
805 COMPAT_SYSCALL_DEFINE5(pwrite64, unsigned int, fd, const char __user *, buf, in COMPAT_SYSCALL_DEFINE5() argument
990 static ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
1028 static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
1068 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
1091 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
1120 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1141 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1162 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1168 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1174 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1182 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
1194 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1202 SYSCALL_DEFINE6(pwritev2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
1222 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE4() argument
1230 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5() argument
1240 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5() argument
1250 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE6() argument
1263 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE4() argument
1271 const struct iovec __user *,vec, in COMPAT_SYSCALL_DEFINE5() argument
1281 const struct iovec __user *, vec, in COMPAT_SYSCALL_DEFINE5() argument
1291 const struct iovec __user *,vec, in COMPAT_SYSCALL_DEFINE6() argument
1398 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1417 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1436 compat_off_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
1456 compat_loff_t __user *, offset, compat_size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
1644 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
1645 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6()