Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsvc.h517 void svc_reserve(struct svc_rqst *rqstp, int space);
552 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
/Linux-v5.4/net/sunrpc/
Dsvc_xprt.c488 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function
501 EXPORT_SYMBOL_GPL(svc_reserve);
527 svc_reserve(rqstp, 0); in svc_xprt_release()
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c1990 svc_reserve(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
Dnfs4state.c3656 svc_reserve(rqstp, buflen); in nfsd4_sequence()