Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c129 static kmem_cache_t *vfs_cache; /* Pointer to VFS kmem cache */ variable
4197 vfs_cache = kmem_cache_create("vfs_cache", sizeof (struct vfs), in vfsinit()
4257 vfsp = kmem_cache_alloc(vfs_cache, kmflag); in vfs_alloc()
4293 kmem_cache_free(vfs_cache, vfsp); in vfs_free()