Home
last modified time | relevance | path

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

/linux-6.1.9/fs/bfs/
Dinode.c237 static struct kmem_cache *bfs_inode_cachep; variable
242 bi = alloc_inode_sb(sb, bfs_inode_cachep, GFP_KERNEL); in bfs_alloc_inode()
250 kmem_cache_free(bfs_inode_cachep, BFS_I(inode)); in bfs_free_inode()
262 bfs_inode_cachep = kmem_cache_create("bfs_inode_cache", in init_inodecache()
267 if (bfs_inode_cachep == NULL) in init_inodecache()
279 kmem_cache_destroy(bfs_inode_cachep); in destroy_inodecache()