/Linux-v4.19/fs/nfsd/ |
D | nfs3acl.c | 180 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()
|
D | nfsxdr.c | 457 rqstp->rq_res.page_len = resp->len; in nfssvc_encode_readlinkres() 460 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readlinkres() 462 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfssvc_encode_readlinkres() 477 rqstp->rq_res.page_len = resp->count; in nfssvc_encode_readres() 480 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readres() 482 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count&3); in nfssvc_encode_readres() 496 rqstp->rq_res.page_len = (((unsigned long)p-1) & ~PAGE_MASK)+1; in nfssvc_encode_readdirres()
|
D | nfs2acl.c | 266 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()
|
D | nfs3xdr.c | 701 rqstp->rq_res.page_len = resp->len; in nfs3svc_encode_readlinkres() 704 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readlinkres() 706 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfs3svc_encode_readlinkres() 726 rqstp->rq_res.page_len = resp->count; in nfs3svc_encode_readres() 729 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readres() 731 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count & 3); in nfs3svc_encode_readres() 805 if (rqstp->rq_res.head[0].iov_len + (2<<2) > PAGE_SIZE) in nfs3svc_encode_readdirres() 807 rqstp->rq_res.page_len = (resp->count) << 2; in nfs3svc_encode_readdirres() 810 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readdirres() 813 rqstp->rq_res.tail[0].iov_len = 2<<2; in nfs3svc_encode_readdirres()
|
D | nfscache.c | 482 svc_putu32(&rqstp->rq_res.head[0], rp->c_replstat); in nfsd_cache_lookup() 518 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update() 578 struct kvec *vec = &rqstp->rq_res.head[0]; in nfsd_cache_append()
|
D | nfssvc.c | 832 nfserrp = rqstp->rq_res.head[0].iov_base in nfsd_dispatch() 833 + rqstp->rq_res.head[0].iov_len; in nfsd_dispatch() 834 rqstp->rq_res.head[0].iov_len += sizeof(__be32); in nfsd_dispatch()
|
D | vfs.c | 861 if (rqstp->rq_res.page_len == 0) { in nfsd_splice_actor() 865 rqstp->rq_res.page_base = buf->offset; in nfsd_splice_actor() 866 rqstp->rq_res.page_len = size; in nfsd_splice_actor() 872 rqstp->rq_res.page_len += size; in nfsd_splice_actor() 874 rqstp->rq_res.page_len += size; in nfsd_splice_actor()
|
D | nfs4proc.c | 1664 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
|
D | nfs4xdr.c | 4384 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
/Linux-v4.19/net/sunrpc/ |
D | svc.c | 1407 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() 1418 rqstp->rq_res.pages = rqstp->rq_respages + 1; in svc_process() 1419 rqstp->rq_res.len = 0; in svc_process() 1420 rqstp->rq_res.page_base = 0; in svc_process() 1421 rqstp->rq_res.page_len = 0; in svc_process() 1422 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process() 1423 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process() 1424 rqstp->rq_res.tail[0].iov_len = 0; in svc_process() 1454 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process() 1470 memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); in bc_svc_process() [all …]
|
D | svc_xprt.c | 472 space += rqstp->rq_res.head[0].iov_len; in svc_reserve() 494 rqstp->rq_res.page_len = 0; in svc_xprt_release() 495 rqstp->rq_res.page_base = 0; in svc_xprt_release() 502 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release() 505 rqstp->rq_res.len); in svc_xprt_release() 507 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release() 849 rqstp->rq_res.len = 0; in svc_recv() 884 xb = &rqstp->rq_res; in svc_send()
|
D | svcsock.c | 637 error = svc_sendto(rqstp, &rqstp->rq_res); in svc_udp_sendto() 640 error = svc_sendto(rqstp, &rqstp->rq_res); in svc_udp_sendto() 1172 struct xdr_buf *xbufp = &rqstp->rq_res; in svc_tcp_sendto() 1183 sent = svc_sendto(rqstp, &rqstp->rq_res); in svc_tcp_sendto() 1203 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_tcp_prep_reply_hdr()
|
D | svcauth_unix.c | 729 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept() 789 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 710 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf() 711 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf() 730 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf() 739 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf() 1122 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_legacy_init() 1230 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_proxy_init() 1419 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_accept() 1601 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_integ() 1650 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_priv() 1715 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_release()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | svc.h | 250 struct xdr_buf rq_res; member 350 struct kvec *vec = &rqstp->rq_res.head[0]; in xdr_ressize_check()
|
/Linux-v4.19/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 692 &rqstp->rq_res, wr_lst); in svc_rdma_send_reply_msg() 767 struct xdr_buf *xdr = &rqstp->rq_res; in svc_rdma_sendto()
|
/Linux-v4.19/fs/nfs/ |
D | callback_xdr.c | 948 p = (__be32*)((char *)rqstp->rq_res.head[0].iov_base + rqstp->rq_res.head[0].iov_len); in nfs4_callback_compound() 949 xdr_init_encode(&xdr_out, &rqstp->rq_res, p); in nfs4_callback_compound()
|