Searched refs:UIO_FASTIOV (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/uapi/linux/
H A Duio.h27 #define UIO_FASTIOV 8 macro
/linux-master/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.c230 UIO_FASTIOV, &iomsg->free_iov,
282 ret = __import_iovec(ddir, msg->msg_iov, msg->msg_iovlen, UIO_FASTIOV,
H A Drw.c453 ret = __import_iovec(ddir, buf, sqe_len, UIO_FASTIOV, &iovec, iter,
/linux-master/mm/
H A Dprocess_vm_access.c261 struct iovec iovstack_l[UIO_FASTIOV];
262 struct iovec iovstack_r[UIO_FASTIOV];
273 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter);
278 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r,
H A Dmadvise.c1448 struct iovec iovstack[UIO_FASTIOV];
/linux-master/block/
H A Dblk-map.c295 struct page *stack_pages[UIO_FASTIOV];
708 struct iovec fast_iov[UIO_FASTIOV];
713 UIO_FASTIOV, &iov, &iter);
H A Dbio-integrity.c316 struct page *stack_pages[UIO_FASTIOV], **pages = stack_pages;
317 struct bio_vec stack_vec[UIO_FASTIOV], *bvec = stack_vec;
338 if (nr_vecs > UIO_FASTIOV) {
/linux-master/net/
H A Dcompat.c100 UIO_FASTIOV, iov, &kmsg->msg_iter);
H A Dsocket.c2523 UIO_FASTIOV, iov, &kmsg->msg_iter);
2629 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack;
2836 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack;
/linux-master/fs/
H A Daio.c1563 return __import_iovec(rw, buf, len, UIO_FASTIOV, iovec, iter, compat);
1589 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs;
1616 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs;
H A Dread_write.c907 struct iovec iovstack[UIO_FASTIOV];
945 struct iovec iovstack[UIO_FASTIOV];
H A Dsplice.c1601 struct iovec iovstack[UIO_FASTIOV];
/linux-master/security/keys/
H A Dkeyctl.c1283 struct iovec iovstack[UIO_FASTIOV], *iov = iovstack;
/linux-master/fs/btrfs/
H A Dioctl.c4448 struct iovec iovstack[UIO_FASTIOV];
4527 struct iovec iovstack[UIO_FASTIOV];

Completed in 212 milliseconds