Searched refs:UIO_FASTIOV (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/mm/ |
H 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()
|
H A D | madvise.c | 1466 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE5()
|
/openbmc/linux/include/uapi/linux/ |
H A D | uio.h | 27 #define UIO_FASTIOV 8 macro
|
/openbmc/linux/io_uring/ |
H A D | rw.h | 8 struct iovec fast_iov[UIO_FASTIOV];
|
H A D | net.h | 11 struct iovec fast_iov[UIO_FASTIOV];
|
H A D | net.c | 243 UIO_FASTIOV, &iomsg->free_iov, in io_compat_msg_copy_hdr() 280 ret = __import_iovec(ddir, msg->msg_iov, msg->msg_iovlen, UIO_FASTIOV, in io_msg_copy_hdr()
|
H A D | rw.c | 402 ret = __import_iovec(ddir, buf, sqe_len, UIO_FASTIOV, &iovec, iter, in __io_import_iovec()
|
/openbmc/linux/block/ |
H A D | blk-map.c | 295 struct page *stack_pages[UIO_FASTIOV]; in bio_map_user_iov() 706 struct iovec fast_iov[UIO_FASTIOV]; in blk_rq_map_user_io() 711 UIO_FASTIOV, &iov, &iter); in blk_rq_map_user_io()
|
/openbmc/linux/fs/ |
H A D | aio.c | 1517 return __import_iovec(rw, buf, len, UIO_FASTIOV, iovec, iter, compat); in aio_setup_rw() 1543 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_read() 1570 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_write()
|
H A D | read_write.c | 908 struct iovec iovstack[UIO_FASTIOV]; in vfs_readv() 925 struct iovec iovstack[UIO_FASTIOV]; in vfs_writev()
|
H A D | splice.c | 1535 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE4()
|
/openbmc/linux/net/ |
H A D | compat.c | 100 UIO_FASTIOV, iov, &kmsg->msg_iter); in get_compat_msghdr()
|
H A D | socket.c | 2534 UIO_FASTIOV, iov, &kmsg->msg_iter); in copy_msghdr_from_user() 2640 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_sendmsg() 2847 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_recvmsg()
|
/openbmc/linux/security/keys/ |
H A D | keyctl.c | 1284 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in keyctl_instantiate_key_iov()
|
/openbmc/linux/fs/btrfs/ |
H A D | ioctl.c | 4419 struct iovec iovstack[UIO_FASTIOV]; in btrfs_ioctl_encoded_read() 4498 struct iovec iovstack[UIO_FASTIOV]; in btrfs_ioctl_encoded_write()
|