Searched refs:coda_nc_find (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/coda/ |
| D | coda_namecache.c | 116 coda_nc_find(struct cnode *dcp, const char *name, int namelen, 166 coda_nc_find(struct cnode *dcp, const char *name, int namelen, in coda_nc_find() function 237 cncp = coda_nc_find(dcp, name, namelen, cred, hash); in coda_nc_enter() 310 cncp = coda_nc_find(dcp, name, namelen, cred, hash); in coda_nc_lookup() 489 cncp = coda_nc_find(dcp, name, namelen, 0, hash); in coda_nc_zapfile() 495 cncp = coda_nc_find(dcp, name, namelen, 0, hash); in coda_nc_zapfile()
|