Searched refs:compat_iovec (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | compat.h | 267 struct compat_iovec { struct 486 const struct compat_iovec __user *uvector, 585 const struct compat_iovec __user *vec, compat_ulong_t vlen); 587 const struct compat_iovec __user *vec, compat_ulong_t vlen); 590 const struct compat_iovec __user *vec, 593 const struct compat_iovec __user *vec, 597 const struct compat_iovec __user *vec, 603 const struct compat_iovec __user *vec, 641 asmlinkage long compat_sys_vmsplice(int fd, const struct compat_iovec __user *, 832 const struct compat_iovec __user *lvec, [all …]
|
| D | uio.h | 275 struct compat_iovec; 276 ssize_t compat_import_iovec(int type, const struct compat_iovec __user * uvector,
|
| /Linux-v5.4/mm/ |
| D | process_vm_access.c | 313 const struct compat_iovec __user *lvec, in compat_process_vm_rw() 315 const struct compat_iovec __user *rvec, in compat_process_vm_rw() 351 const struct compat_iovec __user *, lvec, in COMPAT_SYSCALL_DEFINE6() 353 const struct compat_iovec __user *, rvec, in COMPAT_SYSCALL_DEFINE6() 362 const struct compat_iovec __user *, lvec, in COMPAT_SYSCALL_DEFINE6() 364 const struct compat_iovec __user *, rvec, in COMPAT_SYSCALL_DEFINE6()
|
| /Linux-v5.4/fs/ |
| D | read_write.c | 841 const struct compat_iovec __user *uvector, unsigned long nr_segs, in compat_rw_copy_check_uvector() 1176 const struct compat_iovec __user *vec, in compat_readv() 1196 const struct compat_iovec __user *vec, in do_compat_readv() 1215 const struct compat_iovec __user *,vec, in COMPAT_SYSCALL_DEFINE3() 1222 const struct compat_iovec __user *vec, in do_compat_preadv64() 1242 const struct compat_iovec __user *,vec, in COMPAT_SYSCALL_DEFINE4() 1250 const struct compat_iovec __user *,vec, in COMPAT_SYSCALL_DEFINE5() 1260 const struct compat_iovec __user *,vec, in COMPAT_SYSCALL_DEFINE5() 1271 const struct compat_iovec __user *,vec, in COMPAT_SYSCALL_DEFINE6() 1284 const struct compat_iovec __user *vec, in compat_writev() [all …]
|
| D | io_uring.c | 3352 struct compat_iovec __user *ciovs; in io_copy_iov() 3353 struct compat_iovec ciov; in io_copy_iov() 3355 ciovs = (struct compat_iovec __user *) arg; in io_copy_iov()
|
| D | splice.c | 1379 COMPAT_SYSCALL_DEFINE4(vmsplice, int, fd, const struct compat_iovec __user *, iov32, in COMPAT_SYSCALL_DEFINE4()
|
| /Linux-v5.4/security/keys/ |
| D | compat.c | 25 const struct compat_iovec __user *_payload_iov, in compat_keyctl_instantiate_key_iov()
|
| /Linux-v5.4/kernel/ |
| D | ptrace.c | 1355 struct compat_iovec __user *uiov = in compat_ptrace_request() 1356 (struct compat_iovec __user *) datap; in compat_ptrace_request()
|
| /Linux-v5.4/fs/fuse/ |
| D | file.c | 2565 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 2566 struct compat_iovec *ciov = src; in fuse_copy_ioctl_iovec_old()
|
| /Linux-v5.4/drivers/scsi/megaraid/ |
| D | megaraid_sas.h | 2617 struct compat_iovec sgl[MAX_IOCTL_SGE];
|
| /Linux-v5.4/lib/ |
| D | iov_iter.c | 1663 const struct compat_iovec __user * uvector, in compat_import_iovec()
|