Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dprocess_vm_access.c260 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 Dmadvise.c1457 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE5()
/openbmc/linux/include/uapi/linux/
H A Duio.h27 #define UIO_FASTIOV 8 macro
/openbmc/linux/io_uring/
H A Drw.h8 struct iovec fast_iov[UIO_FASTIOV];
H A Dnet.h11 struct iovec fast_iov[UIO_FASTIOV];
H A Dnet.c243 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 Drw.c408 ret = __import_iovec(ddir, buf, sqe_len, UIO_FASTIOV, &iovec, iter, in __io_import_iovec()
/openbmc/linux/block/
H A Dblk-map.c295 struct page *stack_pages[UIO_FASTIOV]; in bio_map_user_iov()
708 struct iovec fast_iov[UIO_FASTIOV]; in blk_rq_map_user_io()
713 UIO_FASTIOV, &iov, &iter); in blk_rq_map_user_io()
/openbmc/linux/net/
H A Dcompat.c100 UIO_FASTIOV, iov, &kmsg->msg_iter); in get_compat_msghdr()
H A Dsocket.c2499 UIO_FASTIOV, iov, &kmsg->msg_iter); in copy_msghdr_from_user()
2605 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_sendmsg()
2812 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in ___sys_recvmsg()
/openbmc/linux/fs/
H A Daio.c1517 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 Dread_write.c908 struct iovec iovstack[UIO_FASTIOV]; in vfs_readv()
925 struct iovec iovstack[UIO_FASTIOV]; in vfs_writev()
H A Dsplice.c1535 struct iovec iovstack[UIO_FASTIOV]; in SYSCALL_DEFINE4()
/openbmc/linux/security/keys/
H A Dkeyctl.c1284 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; in keyctl_instantiate_key_iov()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4417 struct iovec iovstack[UIO_FASTIOV]; in btrfs_ioctl_encoded_read()
4496 struct iovec iovstack[UIO_FASTIOV]; in btrfs_ioctl_encoded_write()