Searched refs:UIO_FASTIOV (Results 1 – 10 of 10) sorted by relevance
/linux/mm/ |
A D | process_vm_access.c | 260 struct iovec iovstack_l[UIO_FASTIOV]; in process_vm_rw() 261 struct iovec iovstack_r[UIO_FASTIOV]; in process_vm_rw() 272 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw() 277 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r, in process_vm_rw()
|
A D | madvise.c | 1235 struct iovec iovstack[UIO_FASTIOV], iovec; in SYSCALL_DEFINE5()
|
/linux/include/uapi/linux/ |
A D | uio.h | 27 #define UIO_FASTIOV 8 macro
|
/linux/fs/ |
A D | aio.c | 1492 return __import_iovec(rw, buf, len, UIO_FASTIOV, iovec, iter, compat); in aio_setup_rw() 1518 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_read() 1546 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_write()
|
A D | read_write.c | 899 struct iovec iovstack[UIO_FASTIOV]; in vfs_readv() 916 struct iovec iovstack[UIO_FASTIOV]; in vfs_writev()
|
A D | splice.c | 1299 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE4()
|
A D | io_uring.c | 696 struct iovec fast_iov[UIO_FASTIOV]; 707 struct iovec fast_iov[UIO_FASTIOV]; 3264 ret = __import_iovec(rw, buf, sqe_len, UIO_FASTIOV, &iovec, iter, in __io_import_iovec() 4921 ret = __import_iovec(READ, uiov, iov_len, UIO_FASTIOV, in __io_recvmsg_copy_hdr() 4963 UIO_FASTIOV, &iomsg->free_iov, in __io_compat_recvmsg_copy_hdr()
|
/linux/net/ |
A D | compat.c | 102 UIO_FASTIOV, iov, &kmsg->msg_iter); in get_compat_msghdr()
|
A D | socket.c | 2349 UIO_FASTIOV, iov, &kmsg->msg_iter); in copy_msghdr_from_user() 2454 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_sendmsg() 2661 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_recvmsg()
|
/linux/security/keys/ |
A D | keyctl.c | 1279 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in keyctl_instantiate_key_iov()
|
Completed in 46 milliseconds