Home | History | Annotate | Download | only in chfs

Lines Matching refs:chfs_vnode_cache

1 /*	$NetBSD: chfs_vnode_cache.c,v 1.3 2012/10/19 12:44:39 ttoth Exp $	*/
41 struct chfs_vnode_cache **
45 sizeof(struct chfs_vnode_cache *), KM_SLEEP);
52 struct chfs_vnode_cache *
55 struct chfs_vnode_cache* ret;
79 struct chfs_vnode_cache* new)
81 struct chfs_vnode_cache** prev;
101 struct chfs_vnode_cache* old)
103 struct chfs_vnode_cache** prev;
124 chfs_vnocache_hash_destroy(struct chfs_vnode_cache **hash)
126 struct chfs_vnode_cache *this, *next;