HomeSort by: relevance | last modified time | path
    Searched refs:chfs_vnode_cache_get (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_build.c 81 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
156 child_vc = chfs_vnode_cache_get(chmp, fd->vno);
325 vc = chfs_vnode_cache_get(chmp, fd->vno);
348 notregvc = chfs_vnode_cache_get(chmp, fd->vno);
chfs_vnode_cache.c 49 * chfs_vnode_cache_get - get a vnode_cache from the hashtable
53 chfs_vnode_cache_get(struct chfs_mount *chmp, ino_t vno) function in typeref:struct:chfs_vnode_cache *
chfs_scan.c 48 vc = chfs_vnode_cache_get(chmp, vno);
131 vc = chfs_vnode_cache_get(chmp, vno);
383 vc = chfs_vnode_cache_get(chmp, vno);
chfs_vnode.c 219 chvc = chfs_vnode_cache_get(chmp, vno);
chfs_gc.c 230 vc = chfs_vnode_cache_get(chmp, vno);
460 vc = chfs_vnode_cache_get(chmp, chmp->chm_checked_vno++);
chfs.h 639 struct chfs_vnode_cache* chfs_vnode_cache_get(struct chfs_mount *, ino_t);
chfs_vnops.c 104 chvc = chfs_vnode_cache_get(chmp, ip->ino);
1386 chvc = chfs_vnode_cache_get(chmp, ip->ino);
chfs_vfsops.c 520 chvc = chfs_vnode_cache_get(chmp, ino);

Completed in 16 milliseconds