Home
last modified time | relevance | path

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

/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c46 static struct kmem_cache *hostfs_inode_cache; variable
216 hi = alloc_inode_sb(sb, hostfs_inode_cache, GFP_KERNEL_ACCOUNT); in hostfs_alloc_inode()
240 kmem_cache_free(hostfs_inode_cache, HOSTFS_I(inode)); in hostfs_free_inode()
1072 hostfs_inode_cache = KMEM_CACHE(hostfs_inode_info, 0); in init_hostfs()
1073 if (!hostfs_inode_cache) in init_hostfs()
1081 kmem_cache_destroy(hostfs_inode_cache); in exit_hostfs()