Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsunrpc_syms.c80 EXPORT_SYMBOL(svc_reserve);
Dsvc.c316 svc_reserve(rqstp, procp->pc_xdrressize<<2); in svc_process()
Dsvcsock.c228 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() function
281 svc_reserve(rqstp, 0); in svc_sock_release()
/linux-2.4.37.9/include/linux/sunrpc/
Dsvc.h194 void svc_reserve(struct svc_rqst *rqstp, int space);
/linux-2.4.37.9/fs/nfsd/
Dnfsproc.c151 svc_reserve(rqstp, (19<<2) + argp->count + 4); in nfsd_proc_read()
Dnfs3proc.c191 svc_reserve(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + argp->count +4); in nfsd3_proc_read()