Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dinode.c83 struct kmem_cache *btrfs_path_cachep; variable
9176 if (btrfs_path_cachep) in btrfs_destroy_cachep()
9177 kmem_cache_destroy(btrfs_path_cachep); in btrfs_destroy_cachep()
9204 btrfs_path_cachep = kmem_cache_create("btrfs_path", in btrfs_init_cachep()
9207 if (!btrfs_path_cachep) in btrfs_init_cachep()
Dctree.c48 path = kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS); in btrfs_alloc_path()
112 kmem_cache_free(btrfs_path_cachep, p); in btrfs_free_path()
Dctree.h48 extern struct kmem_cache *btrfs_path_cachep;