Lines Matching refs:cnode
80 #define IS_DIR(cnode) (cnode.Vnode & 0x1) argument
84 #define IS_DIR(cnode) (cnode.opaque[2] & 0x1) argument
93 struct cnode *
98 struct cnode *cp; in coda_find()
192 struct cnode *cp = VTOC(vp); in coda_flush_selector()
218 struct cnode *cp = VTOC(vp); in coda_testflush_selector()
242 struct cnode *cp = VTOC(vp); in coda_unmounting_selector()
263 struct cnode *cp = VTOC(vp); in coda_checkunmounting_selector()
359 struct cnode *cp; in handleDownCall()
384 struct cnode *cp; in handleDownCall()
408 struct cnode *cp; in handleDownCall()
440 struct cnode *cp = NULL; in handleDownCall()
478 coda_vmflush(struct cnode *cp) in coda_vmflush()