Home | History | Annotate | Download | only in coda

Lines Matching refs:cnode

71  * 2.	coda_nc_name(cp) was added to get a name for a cnode pointer for debugging.
88 #include <coda/cnode.h>
116 coda_nc_find(struct cnode *dcp, const char *name, int namelen,
166 coda_nc_find(struct cnode *dcp, const char *name, int namelen,
212 * Enter a new (dir cnode, name) pair into the cache, updating the
216 coda_nc_enter(struct cnode *dcp, const char *name, int namelen,
217 kauth_cred_t cred, struct cnode *cp)
284 * Find the (dir cnode, name) pair in the cache, if its cred
287 struct cnode *
288 coda_nc_lookup(struct cnode *dcp, const char *name, int namelen,
295 return((struct cnode *) 0);
301 return((struct cnode *) 0);
313 return((struct cnode *) 0);
466 coda_nc_zapfile(struct cnode *dcp, const char *name, int namelen)
697 coda_nc_name(struct cnode *cp)