Searched refs:svc_reserve (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
H A Dsvc.h450 void svc_reserve(struct svc_rqst *rqstp, int space);
465 svc_reserve(rqstp, space + rqstp->rq_auth_slack); svc_reserve_auth()
/linux-4.1.27/net/sunrpc/
H A Dsvc_xprt.c446 * svc_reserve - change the space reserved for the reply to a request.
455 void svc_reserve(struct svc_rqst *rqstp, int space) svc_reserve() function
469 EXPORT_SYMBOL_GPL(svc_reserve); variable
495 svc_reserve(rqstp, 0); svc_xprt_release()
/linux-4.1.27/fs/nfsd/
H A Dnfs4xdr.c1884 svc_reserve(argp->rqstp, max_reply + readbytes); nfsd4_decode_compound()
H A Dnfs4state.c2949 svc_reserve(rqstp, buflen); nfsd4_sequence()

Completed in 211 milliseconds