Home
last modified time | relevance | path

Searched refs:UIO_FASTIOV (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/mm/
Dprocess_vm_access.c265 struct iovec iovstack_l[UIO_FASTIOV]; in process_vm_rw()
266 struct iovec iovstack_r[UIO_FASTIOV]; in process_vm_rw()
277 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw()
283 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw()
323 struct iovec iovstack_l[UIO_FASTIOV]; in compat_process_vm_rw()
324 struct iovec iovstack_r[UIO_FASTIOV]; in compat_process_vm_rw()
334 rc = compat_import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in compat_process_vm_rw()
340 UIO_FASTIOV, iovstack_r, in compat_process_vm_rw()
/Linux-v4.19/include/uapi/linux/
Duio.h27 #define UIO_FASTIOV 8 macro
/Linux-v4.19/security/keys/
Dcompat.c33 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in compat_keyctl_instantiate_key_iov()
Dkeyctl.c1155 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in keyctl_instantiate_key_iov()
/Linux-v4.19/fs/
Dread_write.c979 struct iovec iovstack[UIO_FASTIOV]; in vfs_readv()
996 struct iovec iovstack[UIO_FASTIOV]; in vfs_writev()
1160 struct iovec iovstack[UIO_FASTIOV]; in compat_readv()
1165 ret = compat_import_iovec(READ, vec, vlen, UIO_FASTIOV, &iov, &iter); in compat_readv()
1265 struct iovec iovstack[UIO_FASTIOV]; in compat_writev()
1270 ret = compat_import_iovec(WRITE, vec, vlen, UIO_FASTIOV, &iov, &iter); in compat_writev()
Daio.c1465 return compat_import_iovec(rw, buf, len, UIO_FASTIOV, iovec, in aio_setup_rw()
1468 return import_iovec(rw, buf, len, UIO_FASTIOV, iovec, iter); in aio_setup_rw()
1494 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_read()
1527 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_write()
Dsplice.c1346 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE4()
1372 struct iovec iovstack[UIO_FASTIOV]; in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/net/rds/
Drdma.c568 struct rds_iovec iovstack[UIO_FASTIOV], *iovs = iovstack; in rds_cmsg_rdma_args()
591 if (args->nr_local > UIO_FASTIOV) { in rds_cmsg_rdma_args()
/Linux-v4.19/net/
Dsocket.c2037 UIO_FASTIOV, iov, &kmsg->msg_iter); in copy_msghdr_from_user()
2048 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_sendmsg()
2248 struct iovec iovstack[UIO_FASTIOV]; in ___sys_recvmsg()
Dcompat.c84 UIO_FASTIOV, iov, &kmsg->msg_iter); in get_compat_msghdr()