Lines Matching refs:coda
5 * Coda: an Experimental Distributed File System
20 * CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS,
31 * @(#) coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:26:45 rvb Exp $
43 * This code was written for the Coda file system at Carnegie Mellon University.
48 * This module contains the routines to implement the CODA name cache. The
87 #include <coda/coda.h>
88 #include <coda/cnode.h>
89 #include <coda/coda_namecache.h>
90 #include <coda/coda_subr.h>
96 int coda_nc_use = 1; /* Indicate use of CODA Name Cache */
113 * Entry points for the CODA Name Cache
140 printf("CODA NAME CACHE: CACHE %d, HASH TBL %d\n", CODA_NC_CACHESIZE, CODA_NC_HASHSIZE);