Home | History | Annotate | Download | only in coda

Lines Matching refs:Vnode

50  *	 The vnode pager does this.
54 * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address
79 (((fid)->Volume + (fid)->Vnode) & (CODA_CACHESIZE-1))
80 #define IS_DIR(cnode) (cnode.Vnode & 0x1)
87 struct vnode *coda_ctlvp;
91 * The cnode is returned locked with the vnode referenced.
97 struct vnode *vp;
126 coda_iterate(bool (*f)(void *, struct vnode *), void *cl)
130 struct vnode *vp;
152 coda_kill_selector(void *cl, struct vnode *vp)
174 * reference a vnode in this vfs. */
190 coda_flush_selector(void *cl, struct vnode *vp)
216 coda_testflush_selector(void *cl, struct vnode *vp)
240 coda_unmounting_selector(void *cl, struct vnode *vp)
261 coda_checkunmounting_selector(void *cl, struct vnode *vp)
285 struct vnode *vp;
321 * If it is a dir (odd vnode), purge its
416 if (IS_DIR(out->coda_purgefid.Fid)) { /* Vnode is a directory */