Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h555 static inline void svc_reserve_auth(struct svc_rqst *rqstp, int space) in svc_reserve_auth() function
/kernel/linux/linux-5.10/fs/nfsd/
Dnfsproc.c192 svc_reserve_auth(rqstp, (19<<2) + argp->count + 4); in nfsd_proc_read()
Dnfs3proc.c160 svc_reserve_auth(rqstp, ((1 + NFS3_POST_OP_ATTR_WORDS + 3)<<2) + resp->count +4); in nfsd3_proc_read()
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc.c1381 svc_reserve_auth(rqstp, procp->pc_xdrressize<<2); in svc_process_common()