Home | History | Annotate | Download | only in chfs

Lines Matching defs:child_vc

75 		struct chfs_vnode_cache *child_vc;
81 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
83 if (!child_vc) {
89 if (child_vc->nlink < 1)
90 child_vc->nlink = 1;
92 if (child_vc->pvno) {
98 child_vc->pvno = vc->vno;
101 child_vc->nlink++;
141 struct chfs_vnode_cache *child_vc;
156 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
158 if (!child_vc) {
166 child_vc->nlink--;
168 if (!child_vc->nlink) {