Home | History | Annotate | Download | only in coda

Lines Matching refs:cnode

54  * 4.	coda_cacheprint (under DEBUG) prints names with vnode/cnode address
68 #include <coda/cnode.h>
80 #define IS_DIR(cnode) (cnode.Vnode & 0x1)
84 #define IS_DIR(cnode) (cnode.opaque[2] & 0x1)
90 * Lookup a cnode by fid. If the cnode is dying, it is bogus so skip it.
91 * The cnode is returned locked with the vnode referenced.
93 struct cnode *
98 struct cnode *cp;
186 * There are two reasons why a cnode may be in use, it may be in the
192 struct cnode *cp = VTOC(vp);
218 struct cnode *cp = VTOC(vp);
221 myprintf(("Live cnode fid %s count %d\n",
242 struct cnode *cp = VTOC(vp);
263 struct cnode *cp = VTOC(vp);
310 * CODA_FLUSH -- flush all entries from the name cache and the cnode cache.
315 * CODA_ZAPDIR -- flush the attributes for the dir from its cnode.
359 struct cnode *cp;
384 struct cnode *cp;
408 struct cnode *cp;
440 struct cnode *cp = NULL;
478 coda_vmflush(struct cnode *cp)