Searched refs:UIO_FASTIOV (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/mm/ |
D | process_vm_access.c | 254 struct iovec iovstack_l[UIO_FASTIOV]; in process_vm_rw() 255 struct iovec iovstack_r[UIO_FASTIOV]; in process_vm_rw() 266 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw() 272 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw() 312 struct iovec iovstack_l[UIO_FASTIOV]; in compat_process_vm_rw() 313 struct iovec iovstack_r[UIO_FASTIOV]; in compat_process_vm_rw() 323 rc = compat_import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in compat_process_vm_rw() 329 UIO_FASTIOV, iovstack_r, in compat_process_vm_rw()
|
/linux-4.1.27/include/uapi/linux/ |
D | uio.h | 26 #define UIO_FASTIOV 8 macro
|
/linux-4.1.27/security/keys/ |
D | compat.c | 33 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in compat_keyctl_instantiate_key_iov()
|
D | keyctl.c | 1126 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in keyctl_instantiate_key_iov()
|
/linux-4.1.27/net/rds/ |
D | rdma.c | 554 struct rds_iovec iovstack[UIO_FASTIOV], *iovs = iovstack; in rds_cmsg_rdma_args() 577 if (args->nr_local > UIO_FASTIOV) { in rds_cmsg_rdma_args()
|
/linux-4.1.27/fs/ |
D | read_write.c | 779 struct iovec iovstack[UIO_FASTIOV]; in do_readv_writev() 953 struct iovec iovstack[UIO_FASTIOV]; in compat_do_readv_writev() 961 UIO_FASTIOV, &iov, &iter); in compat_do_readv_writev()
|
D | aio.c | 1384 len, UIO_FASTIOV, iovec, iter); in aio_setup_vectored_rw() 1387 len, UIO_FASTIOV, iovec, iter); in aio_setup_vectored_rw() 1402 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_run_iocb()
|
D | splice.c | 1549 struct iovec iovstack[UIO_FASTIOV]; in vmsplice_to_user()
|
/linux-4.1.27/net/ |
D | socket.c | 1881 UIO_FASTIOV, iov, &kmsg->msg_iter); in copy_msghdr_from_user() 1891 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_sendmsg() 2077 struct iovec iovstack[UIO_FASTIOV]; in ___sys_recvmsg()
|
D | compat.c | 86 UIO_FASTIOV, iov, &kmsg->msg_iter); in get_compat_msghdr()
|