Searched refs:cacherep (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clkrpc.c | 68 int cacherep, credflavor; in nfscb_program() local 120 cacherep = nfs_cbproc(&nd, rqst->rq_xid); in nfscb_program() 124 cacherep = RC_REPLY; in nfscb_program() 132 if (cacherep == RC_DROPIT) { in nfscb_program() 164 int cacherep; in nfs_cbproc() local 171 cacherep = RC_DROPIT; in nfs_cbproc() 173 cacherep = RC_REPLY; in nfs_cbproc() 174 return (cacherep); in nfs_cbproc()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 129 int cacherep, credflavor, i, j; in nfssvc_program() local 358 cacherep = nfs_proc(&nd, rqst->rq_xid, xprt, &rp); in nfssvc_program() 365 cacherep = RC_REPLY; in nfssvc_program() 373 if (cacherep == RC_DROPIT) { in nfssvc_program() 414 int cacherep = RC_DOIT, isdgram, taglen = -1; in nfs_proc() 439 cacherep = RC_DROPIT; in nfs_proc() 456 cacherep = RC_DOIT; in nfs_proc() 458 cacherep = nfsrvd_getcache(nd); in nfs_proc() 471 if (cacherep == RC_DOIT) { in nfs_proc() 492 cacherep in nfs_proc() 404 int cacherep = RC_DOIT, isdgram, taglen = -1; nfs_proc() local [all...] |