Searched refs:hostfs_inode_cache (Results 1 – 1 of 1) sorted by relevance
39 static struct kmem_cache *hostfs_inode_cache; variable219 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()1001 hostfs_inode_cache = KMEM_CACHE(hostfs_inode_info, 0); in init_hostfs()1002 if (!hostfs_inode_cache) in init_hostfs()1010 kmem_cache_destroy(hostfs_inode_cache); in exit_hostfs()