Home
last modified time | relevance | path

Searched refs:bootfs_node_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c30 kmem_cache_t *bootfs_node_cache; variable
151 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP); in bootfs_mkroot()
186 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP); in bootfs_mknode()
354 kmem_cache_free(bootfs_node_cache, bnp); in bootfs_destruct()
H A Dbootfs_vfsops.c284 bootfs_node_cache = kmem_cache_create("bootfs_node_cache", in _init()
319 kmem_cache_destroy(bootfs_node_cache); in _fini()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h74 extern kmem_cache_t *bootfs_node_cache;