Lines Matching refs:from
91 * Some error codes are taken directly from the server replies,
126 * @opts: options string passed from mount
414 * p9_client_cb - call back from transport to client
511 * dump the response from server
581 * dump the response from server
676 * remove it from the list
1060 * followed by data accessed from userspace by read
1640 p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err)
1649 iov_iter_count(from));
1651 while (iov_iter_count(from)) {
1652 int count = iov_iter_count(from);
1662 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, from, 0,
1667 offset, rsize, from);
1688 iov_iter_advance(from, count);