Searched refs:coda_nc_find (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/coda/
H A Dcoda_namecache.c72 * 3. coda_nc_find() has debug code to detect when entries are stored with different
116 coda_nc_find(struct cnode *dcp, const char *name, int namelen,
166 coda_nc_find(struct cnode *dcp, const char *name, int namelen, function
177 myprintf(("coda_nc_find(dcp %p, name %s, len %d, cred %p, hash %d\n",
192 printf("coda_nc_find: name %s, new cred = %p, cred = %p\n",
237 cncp = coda_nc_find(dcp, name, namelen, cred, hash);
310 cncp = coda_nc_find(dcp, name, namelen, cred, hash);
489 cncp = coda_nc_find(dcp, name, namelen, 0, hash);
495 cncp = coda_nc_find(dcp, name, namelen, 0, hash);

Completed in 90 milliseconds