Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc.h519 void svc_reserve(struct svc_rqst *rqstp, int space);
557 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc_xprt.c499 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function
512 EXPORT_SYMBOL_GPL(svc_reserve);
538 svc_reserve(rqstp, 0); in svc_xprt_release()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c2286 svc_reserve(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
H A Dnfs4state.c3808 svc_reserve(rqstp, buflen); in nfsd4_sequence()