Home
last modified time | relevance | path

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

/linux-4.19.296/fs/bfs/
Dinode.c239 static struct kmem_cache *bfs_inode_cachep; variable
244 bi = kmem_cache_alloc(bfs_inode_cachep, GFP_KERNEL); in bfs_alloc_inode()
253 kmem_cache_free(bfs_inode_cachep, BFS_I(inode)); in bfs_i_callback()
270 bfs_inode_cachep = kmem_cache_create("bfs_inode_cache", in init_inodecache()
275 if (bfs_inode_cachep == NULL) in init_inodecache()
287 kmem_cache_destroy(bfs_inode_cachep); in destroy_inodecache()