Home
last modified time | relevance | path

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

/openbmc/linux/fs/bfs/
H A Dinode.c236 static struct kmem_cache *bfs_inode_cachep; variable
241 bi = alloc_inode_sb(sb, bfs_inode_cachep, GFP_KERNEL); in bfs_alloc_inode()
249 kmem_cache_free(bfs_inode_cachep, BFS_I(inode)); in bfs_free_inode()
261 bfs_inode_cachep = kmem_cache_create("bfs_inode_cache", in init_inodecache()
266 if (bfs_inode_cachep == NULL) in init_inodecache()
278 kmem_cache_destroy(bfs_inode_cachep); in destroy_inodecache()