Home
last modified time | relevance | path

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

/Linux-v5.4/fs/bfs/
Dinode.c238 static struct kmem_cache *bfs_inode_cachep; variable
243 bi = kmem_cache_alloc(bfs_inode_cachep, GFP_KERNEL); in bfs_alloc_inode()
251 kmem_cache_free(bfs_inode_cachep, BFS_I(inode)); in bfs_free_inode()
263 bfs_inode_cachep = kmem_cache_create("bfs_inode_cache", in init_inodecache()
268 if (bfs_inode_cachep == NULL) in init_inodecache()
280 kmem_cache_destroy(bfs_inode_cachep); in destroy_inodecache()