Home
last modified time | relevance | path

Searched refs:svc_reserve (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h447 void svc_reserve(struct svc_rqst *rqstp, int space);
480 svc_reserve(rqstp, space + rqstp->rq_auth_slack);
/linux/net/sunrpc/
H A Dsvc_xprt.c511 * svc_reserve - change the space reserved for the reply to a request.
520 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function
533 EXPORT_SYMBOL_GPL(svc_reserve);
569 svc_reserve(rqstp, 0); in svc_xprt_release()
/linux/fs/nfsd/
H A Dnfs4state.c4405 svc_reserve(rqstp, buflen); in nfsd4_sequence()