Searched refs:ciov (Results 1 - 2 of 2) sorted by path

/linux-master/fs/fuse/
H A Dioctl.c45 struct compat_iovec *ciov = src; local
57 dst[i].iov_base = compat_ptr(ciov[i].iov_base);
58 dst[i].iov_len = ciov[i].iov_len;
/linux-master/io_uring/
H A Drsrc.c96 struct compat_iovec ciov; local
99 if (copy_from_user(&ciov, &ciovs[index], sizeof(ciov)))
102 dst->iov_base = u64_to_user_ptr((u64)ciov.iov_base);
103 dst->iov_len = ciov.iov_len;

Completed in 181 milliseconds