Home
last modified time | relevance | path

Searched defs:uiov (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kernel/
H A Dmte.c552 struct iovec __user *uiov = (void __user *)data; in mte_ptrace_copy_tags() local
/linux/io_uring/
H A Dnet.c212 const struct iovec __user *uiov, unsigned uvec_seg, in io_net_import_vec()
244 struct compat_iovec __user *uiov; in io_compat_msg_copy_hdr() local
331 struct iovec __user *uiov = msg->msg_iov; in io_msg_copy_hdr() local
H A Drw.c55 struct compat_iovec __user *uiov = u64_to_user_ptr(rw->addr); in io_iov_compat_buffer_select_prep() local
66 struct iovec __user *uiov; in io_iov_buffer_select_prep() local
/linux/fs/fuse/
H A Ddev_uring.c1015 struct iovec __user *uiov = u64_to_user_ptr(READ_ONCE(sqe->addr)); in fuse_uring_get_iovec_from_sqe() local
/linux/fs/
H A Dsplice.c1580 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, uiov, in SYSCALL_DEFINE4() argument