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

  /src/sys/ufs/chfs/
chfs_vnode_cache.c 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
    [all...]
chfs_malloc.c 38 pool_cache_t chfs_vnode_cache; variable in typeref:typename:pool_cache_t
51 chfs_vnode_cache = pool_cache_init(
52 sizeof(struct chfs_vnode_cache),
53 0, 0, 0, "chfs_vnode_cache", NULL, IPL_NONE, NULL, NULL,
55 if (!chfs_vnode_cache)
115 pool_cache_destroy(chfs_vnode_cache);
125 if (chfs_vnode_cache)
126 pool_cache_destroy(chfs_vnode_cache);
151 struct chfs_vnode_cache *
154 struct chfs_vnode_cache* vc
    [all...]
chfs.h 268 /* struct chfs_vnode_cache - in memory representation of a file or directory */
269 struct chfs_vnode_cache { struct
288 struct chfs_vnode_cache* next; /* next element of vnode cache */
347 struct chfs_vnode_cache **chm_vnocache_hash; /* hash table
461 struct chfs_vnode_cache *);
463 struct chfs_vnode_cache *, struct chfs_dirent_list *);
467 struct chfs_vnode_cache *chfs_scan_make_vnode_cache(struct chfs_mount *,
473 struct chfs_vnode_cache *, struct chfs_dirent *);
475 struct chfs_dirent *, struct chfs_vnode_cache *);
486 void chfs_add_node_to_list(struct chfs_mount *, struct chfs_vnode_cache *,
    [all...]
chfs_build.c 70 struct chfs_vnode_cache *vc)
75 struct chfs_vnode_cache *child_vc;
111 struct chfs_vnode_cache *vc,
141 struct chfs_vnode_cache *child_vc;
182 while ((struct chfs_vnode_cache *)nref != vc) {
211 struct chfs_vnode_cache *vc;
215 struct chfs_vnode_cache *notregvc;
chfs_scan.c 40 struct chfs_vnode_cache *
43 struct chfs_vnode_cache *vc;
106 struct chfs_vnode_cache *vc;
147 if ((struct chfs_vnode_cache *)vc->v != vc) {
180 struct chfs_vnode_cache *vc, struct chfs_dirent *fd)
211 struct chfs_dirent *new, struct chfs_vnode_cache *pvc)
284 struct chfs_vnode_cache *parentvc;
358 struct chfs_vnode_cache *vc;
chfs_inode.h 89 struct chfs_vnode_cache *chvc; /* vnode cache of this node */
chfs_gc.c 42 int chfs_check(struct chfs_mount *, struct chfs_vnode_cache *);
49 struct chfs_vnode_cache *, struct chfs_node_ref *);
221 struct chfs_vnode_cache *vc;
261 chfs_check(struct chfs_mount *chmp, struct chfs_vnode_cache *chvc)
307 struct chfs_vnode_cache *chvc;
337 if ((struct chfs_vnode_cache *)chvc->v == chvc &&
338 (struct chfs_vnode_cache *)chvc->dirents == chvc &&
339 (struct chfs_vnode_cache *)chvc->dnode == chvc)
423 struct chfs_vnode_cache *vc;
700 struct chfs_vnode_cache *chvc, struct chfs_node_ref *nref
    [all...]
chfs_nodeops.c 72 struct chfs_vnode_cache *vc,
121 struct chfs_vnode_cache *vc,
158 struct chfs_vnode_cache *vc,
218 struct chfs_vnode_cache *vc, struct chfs_node_ref *new)
chfs_vnode.c 73 struct chfs_vnode_cache *chvc;
200 struct chfs_vnode_cache* chvc;
chfs_readinode.c 285 struct chfs_vnode_cache *vc;
710 struct chfs_vnode_cache *vc;
804 while(nref && (struct chfs_vnode_cache *)nref != ip->chvc) {
990 struct chfs_vnode_cache *vc = ip->chvc;
chfs_vfsops.c 476 struct chfs_vnode_cache* chvc = NULL;
557 (struct chfs_vnode_cache *)nref != chvc) {
chfs_vnops.c 63 struct chfs_vnode_cache* chvc __diagused;
1351 struct chfs_vnode_cache *chvc;
1477 struct chfs_vnode_cache *chvc;
chfs_write.c 51 struct chfs_vnode_cache* chvc;
  /src/sys/modules/chfs/
Makefile 10 SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c

Completed in 21 milliseconds