Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/ !
H A Dsvc.h493 static inline void svc_reserve_auth(struct svc_rqst *rqstp, int space) in svc_reserve_auth() function
/linux/fs/nfsd/ !
H A Dnfsproc.c223 svc_reserve_auth(rqstp, (19<<2) + argp->count + 4); in nfsd_proc_read()
H A Dnfs3proc.c204 svc_reserve_auth(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3) << 2) + in nfsd3_proc_read()
H A Dnfs4xdr.c2692 svc_reserve_auth(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
H A Dnfs4state.c4472 svc_reserve_auth(rqstp, buflen); in nfsd4_sequence()
/linux/net/sunrpc/ !
H A Dsvc.c1469 svc_reserve_auth(rqstp, procp->pc_xdrressize<<2); in svc_process_common()