Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Dbtree.h55 extern struct kmem_cache *nilfs_btree_path_cache;
A Dsuper.c60 struct kmem_cache *nilfs_btree_path_cache; variable
1407 kmem_cache_destroy(nilfs_btree_path_cache); in nilfs_destroy_cachep()
1431 nilfs_btree_path_cache = kmem_cache_create("nilfs2_btree_path_cache", in nilfs_init_cachep()
1434 if (!nilfs_btree_path_cache) in nilfs_init_cachep()
A Dbtree.c28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path()
52 kmem_cache_free(nilfs_btree_path_cache, path); in nilfs_btree_free_path()

Completed in 11 milliseconds