/Linux-v5.4/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 | 458 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()
|
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 | 712 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()
|
D | nfscache.c | 458 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()
|
D | nfssvc.c | 1027 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()
|
D | vfs.c | 813 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()
|
D | nfs4proc.c | 1898 struct xdr_buf *buf = &rqstp->rq_res; in svcxdr_init_encode()
|
D | nfs4xdr.c | 4415 struct xdr_buf *buf = &resp->rqstp->rq_res; in nfsd4_check_resp_size()
|
/Linux-v5.4/net/sunrpc/ |
D | svc.c | 1191 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 …]
|
D | svc_xprt.c | 492 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()
|
D | svcsock.c | 608 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()
|
D | svcauth_unix.c | 738 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/ |
D | svcauth_gss.c | 731 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/ |
D | svc.h | 250 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/ |
D | svc_rdma_sendto.c | 755 &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/ |
D | callback_xdr.c | 940 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()
|