Home | History | Annotate | Download | only in chfs

Lines Matching defs:vnode

220 	struct vnode *vp = NULL;
246 dbg_gc("vnode lookup\n");
266 struct vnode *vp;
275 vp = kmem_zalloc(sizeof(struct vnode), KM_SLEEP);
320 /* Remove vnode information. */
334 /* Remove node from vnode cache. */
443 /* Compare vnode number to the maximum. */
457 dbg_gc("get vnode cache\n");
459 /* OK, Get and check the vnode cache. */
474 /* Find out the state of the vnode. */
508 /* We found an unchecked vnode. */
748 /* vnode information node */
752 dbg_gc("vnode crc error\n");
786 dbg_gc("unknown node have vnode cache\n");
831 /* update vnode information */
870 /* It's a vnode? */
936 /* chfs_gcollect_vnode - collects a vnode information node */
943 /* Simply write the new vnode information to the flash
956 struct vnode *vnode = NULL;
960 /* Find vnode. */
961 vnode = chfs_vnode_lookup(chmp, fd->vno);
964 if (vnode == NULL) {
968 ip = VTOI(vnode);
969 vrele(vnode);