Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c39 static struct kmem_cache *hostfs_inode_cache; variable
219 hi = alloc_inode_sb(sb, hostfs_inode_cache, GFP_KERNEL_ACCOUNT); in hostfs_alloc_inode()
243 kmem_cache_free(hostfs_inode_cache, HOSTFS_I(inode)); in hostfs_free_inode()
999 hostfs_inode_cache = KMEM_CACHE(hostfs_inode_info, 0); in init_hostfs()
1000 if (!hostfs_inode_cache) in init_hostfs()
1008 kmem_cache_destroy(hostfs_inode_cache); in exit_hostfs()