Home
last modified time | relevance | path

Searched refs:RC_DOIT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/nfs/
HDnfs_srvcache.c187 return (RC_DOIT); in nfsrv_getcache()
225 ret = RC_DOIT; in nfsrv_getcache()
288 return (RC_DOIT); in nfsrv_getcache()
HDnfs_syscalls.c456 cacherep = RC_DOIT; in nfssvc_nfsd()
539 cacherep = RC_DOIT; in nfssvc_nfsd()
634 cacherep = RC_DOIT; in nfssvc_nfsd()
649 cacherep = RC_DOIT; in nfssvc_nfsd()
666 case RC_DOIT: in nfssvc_nfsd()
771 cacherep = RC_DOIT; in nfssvc_nfsd()
1008 if (cacherep == RC_DOIT) in nfsd_rt()
HDnfsrvcache.h77 #define RC_DOIT 2 macro