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

  /src/sys/ufs/chfs/
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...]

Completed in 12 milliseconds