Home
last modified time | relevance | path

Searched refs:rq_res (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dnfs3acl.c180 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres()
190 rqstp->rq_res.page_len = w = nfsacl_size( in nfs3svc_encode_getaclres()
199 n = nfsacl_encode(&rqstp->rq_res, base, inode, in nfs3svc_encode_getaclres()
203 n = nfsacl_encode(&rqstp->rq_res, base + n, inode, in nfs3svc_encode_getaclres()
Dnfsxdr.c458 rqstp->rq_res.page_len = resp->len; in nfssvc_encode_readlinkres()
461 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readlinkres()
463 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfssvc_encode_readlinkres()
478 rqstp->rq_res.page_len = resp->count; in nfssvc_encode_readres()
481 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readres()
483 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count&3); in nfssvc_encode_readres()
497 rqstp->rq_res.page_len = (((unsigned long)p-1) & ~PAGE_MASK)+1; in nfssvc_encode_readdirres()
Dnfs2acl.c266 struct kvec *head = rqstp->rq_res.head; in nfsaclsvc_encode_getaclres()
286 rqstp->rq_res.page_len = w = nfsacl_size( in nfsaclsvc_encode_getaclres()
295 n = nfsacl_encode(&rqstp->rq_res, base, inode, in nfsaclsvc_encode_getaclres()
299 n = nfsacl_encode(&rqstp->rq_res, base + n, inode, in nfsaclsvc_encode_getaclres()
Dnfs3xdr.c712 rqstp->rq_res.page_len = resp->len; in nfs3svc_encode_readlinkres()
715 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readlinkres()
717 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfs3svc_encode_readlinkres()
737 rqstp->rq_res.page_len = resp->count; in nfs3svc_encode_readres()
740 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readres()
742 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count & 3); in nfs3svc_encode_readres()
818 if (rqstp->rq_res.head[0].iov_len + (2<<2) > PAGE_SIZE) in nfs3svc_encode_readdirres()
820 rqstp->rq_res.page_len = (resp->count) << 2; in nfs3svc_encode_readdirres()
823 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readdirres()
826 rqstp->rq_res.tail[0].iov_len = 2<<2; in nfs3svc_encode_readdirres()
Dnfscache.c458 svc_putu32(&rqstp->rq_res.head[0], rp->c_replstat); in nfsd_cache_lookup()
495 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update()
555 struct kvec *vec = &rqstp->rq_res.head[0]; in nfsd_cache_append()
Dnfssvc.c1027 nfserrp = rqstp->rq_res.head[0].iov_base in nfsd_dispatch()
1028 + rqstp->rq_res.head[0].iov_len; in nfsd_dispatch()
1029 rqstp->rq_res.head[0].iov_len += sizeof(__be32); in nfsd_dispatch()
Dvfs.c813 if (rqstp->rq_res.page_len == 0) { in nfsd_splice_actor()
817 rqstp->rq_res.page_base = buf->offset; in nfsd_splice_actor()
818 rqstp->rq_res.page_len = size; in nfsd_splice_actor()
824 rqstp->rq_res.page_len += size; in nfsd_splice_actor()
826 rqstp->rq_res.page_len += size; in nfsd_splice_actor()
Dnfs4proc.c1898 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
Dnfs4xdr.c4415 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
/Linux-v5.4/net/sunrpc/
Dsvc.c1191 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_generic_dispatch()
1503 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process()
1514 rqstp->rq_res.pages = rqstp->rq_respages + 1; in svc_process()
1515 rqstp->rq_res.len = 0; in svc_process()
1516 rqstp->rq_res.page_base = 0; in svc_process()
1517 rqstp->rq_res.page_len = 0; in svc_process()
1518 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process()
1519 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process()
1520 rqstp->rq_res.tail[0].iov_len = 0; in svc_process()
1554 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process()
[all …]
Dsvc_xprt.c492 space += rqstp->rq_res.head[0].iov_len; in svc_reserve()
513 rqstp->rq_res.page_len = 0; in svc_xprt_release()
514 rqstp->rq_res.page_base = 0; in svc_xprt_release()
521 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release()
524 rqstp->rq_res.len); in svc_xprt_release()
526 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release()
869 rqstp->rq_res.len = 0; in svc_recv()
904 xb = &rqstp->rq_res; in svc_send()
Dsvcsock.c608 error = svc_sendto(rqstp, &rqstp->rq_res); in svc_udp_sendto()
611 error = svc_sendto(rqstp, &rqstp->rq_res); in svc_udp_sendto()
1136 struct xdr_buf *xbufp = &rqstp->rq_res; in svc_tcp_sendto()
1147 sent = svc_sendto(rqstp, &rqstp->rq_res); in svc_tcp_sendto()
Dsvcauth_unix.c738 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept()
798 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c731 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf()
732 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf()
751 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf()
760 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf()
1143 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_legacy_init()
1251 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_proxy_init()
1440 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_accept()
1622 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_integ()
1671 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_priv()
1736 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_release()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h250 struct xdr_buf rq_res; member
354 struct kvec *vec = &rqstp->rq_res.head[0]; in xdr_ressize_check()
/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c755 &rqstp->rq_res, wr_lst); in svc_rdma_send_reply_msg()
825 struct xdr_buf *xdr = &rqstp->rq_res; in svc_rdma_sendto()
/Linux-v5.4/fs/nfs/
Dcallback_xdr.c940 p = (__be32*)((char *)rqstp->rq_res.head[0].iov_base + rqstp->rq_res.head[0].iov_len); in nfs4_callback_compound()
941 xdr_init_encode(&xdr_out, &rqstp->rq_res, p, NULL); in nfs4_callback_compound()