Home
last modified time | relevance | path

Searched refs:uodata (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/9p/
H A Dtransport.h55 struct iov_iter *uidata, struct iov_iter *uodata,
/linux/net/9p/
H A Dtrans_virtio.c414 * @uodata: user buffer that should be used for zero copy write
422 struct iov_iter *uidata, struct iov_iter *uodata, in p9_virtio_zc_request() argument
437 if (uodata) { in p9_virtio_zc_request()
439 int n = p9_get_mapped_pages(chan, &out_pages, uodata, in p9_virtio_zc_request()
H A Dclient.c780 struct iov_iter *uodata, in p9_client_zc_rpc() argument
808 err = c->trans_mod->zc_request(c, req, uidata, uodata, in p9_client_zc_rpc()