Home
last modified time | relevance | path

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

/netbsd-src/sys/coda/
H A Dcoda_namecache.h120 extern struct cnode *coda_nc_lookup(struct cnode *, const char *, int,
H A Dcoda_vnops.c692 if (coda_nc_lookup(cp, ".", 1, cred)) { in coda_access()
933 cp = coda_nc_lookup(dcp, nm, len, cred); in coda_lookup()
1106 tp = coda_nc_lookup(VTOC(dvp), nm, len, cred); in coda_remove()
1259 struct cnode *ovcp = coda_nc_lookup(VTOC(odvp), fnm, flen, cred); in coda_rename()
1424 cp = coda_nc_lookup(dcp, nm, len, cred); in coda_rmdir()
H A Dcoda_namecache.c288 coda_nc_lookup(struct cnode *dcp, const char *name, int namelen, in coda_nc_lookup() function