/kernel/linux/linux-5.10/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 | 479 rqstp->rq_res.page_len = resp->len; in nfssvc_encode_readlinkres() 482 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readlinkres() 484 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfssvc_encode_readlinkres() 503 rqstp->rq_res.page_len = resp->count; in nfssvc_encode_readres() 506 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readres() 508 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count&3); in nfssvc_encode_readres() 526 rqstp->rq_res.page_len = (((unsigned long)p-1) & ~PAGE_MASK)+1; in nfssvc_encode_readdirres()
|
D | nfs2acl.c | 273 struct kvec *head = rqstp->rq_res.head; in nfsaclsvc_encode_getaclres() 297 rqstp->rq_res.page_len = w = nfsacl_size( in nfsaclsvc_encode_getaclres() 306 n = nfsacl_encode(&rqstp->rq_res, base, inode, in nfsaclsvc_encode_getaclres() 310 n = nfsacl_encode(&rqstp->rq_res, base + n, inode, in nfsaclsvc_encode_getaclres()
|
D | nfs3xdr.c | 716 rqstp->rq_res.page_len = resp->len; in nfs3svc_encode_readlinkres() 719 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readlinkres() 721 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfs3svc_encode_readlinkres() 742 rqstp->rq_res.page_len = resp->count; in nfs3svc_encode_readres() 745 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readres() 747 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count & 3); in nfs3svc_encode_readres() 824 if (rqstp->rq_res.head[0].iov_len + (2<<2) > PAGE_SIZE) in nfs3svc_encode_readdirres() 826 rqstp->rq_res.page_len = (resp->count) << 2; in nfs3svc_encode_readdirres() 829 rqstp->rq_res.tail[0].iov_base = p; in nfs3svc_encode_readdirres() 832 rqstp->rq_res.tail[0].iov_len = 2<<2; in nfs3svc_encode_readdirres()
|
D | nfscache.c | 467 svc_putu32(&rqstp->rq_res.head[0], rp->c_replstat); in nfsd_cache_lookup() 508 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update() 568 struct kvec *vec = &rqstp->rq_res.head[0]; in nfsd_cache_append()
|
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 | nfssvc.c | 1041 struct kvec *resv = &rqstp->rq_res.head[0]; in nfsd_dispatch()
|
D | nfs4proc.c | 2260 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
|
D | nfs4xdr.c | 5167 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | svc.c | 1180 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_generic_dispatch() 1496 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() 1507 rqstp->rq_res.pages = rqstp->rq_respages + 1; in svc_process() 1508 rqstp->rq_res.len = 0; in svc_process() 1509 rqstp->rq_res.page_base = 0; in svc_process() 1510 rqstp->rq_res.page_len = 0; in svc_process() 1511 rqstp->rq_res.buflen = PAGE_SIZE; in svc_process() 1512 rqstp->rq_res.tail[0].iov_base = NULL; in svc_process() 1513 rqstp->rq_res.tail[0].iov_len = 0; in svc_process() 1543 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process() [all …]
|
D | svc_xprt.c | 503 space += rqstp->rq_res.head[0].iov_len; in svc_reserve() 524 rqstp->rq_res.page_len = 0; in svc_xprt_release() 525 rqstp->rq_res.page_base = 0; in svc_xprt_release() 532 if ((rqstp->rq_res.len) > rqstp->rq_reserved) in svc_xprt_release() 535 rqstp->rq_res.len); in svc_xprt_release() 537 rqstp->rq_res.head[0].iov_len = 0; in svc_xprt_release() 874 rqstp->rq_res.len = 0; in svc_recv() 905 xb = &rqstp->rq_res; in svc_send()
|
D | svcauth_unix.c | 740 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_null_accept() 800 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_unix_accept()
|
D | svcsock.c | 555 struct xdr_buf *xdr = &rqstp->rq_res; in svc_udp_sendto() 1165 struct xdr_buf *xdr = &rqstp->rq_res; in svc_tcp_sendto()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 759 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf() 760 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf() 779 svc_putnl(rqstp->rq_res.head, RPC_AUTH_GSS); in gss_write_verf() 788 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf() 1238 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_legacy_init() 1349 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_proxy_init() 1536 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_accept() 1716 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_integ() 1767 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_wrap_resp_priv() 1834 struct xdr_buf *resbuf = &rqstp->rq_res; in svcauth_gss_release()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | svc.h | 250 struct xdr_buf rq_res; member 356 struct kvec *vec = &rqstp->rq_res.head[0]; in xdr_ressize_check()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 794 ret = svc_rdma_map_reply_msg(rdma, sctxt, rctxt, &rqstp->rq_res); in svc_rdma_send_reply_msg() 899 struct xdr_buf *xdr = &rqstp->rq_res; in svc_rdma_sendto() 947 ret = svc_rdma_send_reply_chunk(rdma, rctxt, &rqstp->rq_res); in svc_rdma_sendto()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | callback_xdr.c | 937 p = (__be32*)((char *)rqstp->rq_res.head[0].iov_base + rqstp->rq_res.head[0].iov_len); in nfs4_callback_compound() 938 xdr_init_encode(&xdr_out, &rqstp->rq_res, p, NULL); in nfs4_callback_compound()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59815 struct kvec *resv = &rqstp->rq_res.head[0];
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 364477 struct kvec *resv = &rqstp->rq_res.head[0]; 364510 memcpy(&req->rq_snd_buf, &rqstp->rq_res, sizeof(req->rq_snd_buf));
|