Searched refs:svc_reserve (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svc.h | 519 void svc_reserve(struct svc_rqst *rqstp, int space); 557 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svc.h | 422 void svc_reserve(struct svc_rqst *rqstp, int space); 460 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svc_xprt.c | 490 * svc_reserve - change the space reserved for the reply to a request. 499 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function 512 EXPORT_SYMBOL_GPL(svc_reserve); variable 538 svc_reserve(rqstp, 0); in svc_xprt_release()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svc_xprt.c | 506 * svc_reserve - change the space reserved for the reply to a request. 515 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function 528 EXPORT_SYMBOL_GPL(svc_reserve); variable 564 svc_reserve(rqstp, 0); in svc_xprt_release()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 2286 svc_reserve(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
|
H A D | nfs4state.c | 3823 svc_reserve(rqstp, buflen); in nfsd4_sequence()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4xdr.c | 2524 svc_reserve(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
|
H A D | nfs4state.c | 4031 svc_reserve(rqstp, buflen); in nfsd4_sequence()
|
Completed in 37 milliseconds