Searched refs:btrfs_path_cachep (Results 1 – 1 of 1) sorted by relevance
27 static struct kmem_cache *btrfs_path_cachep; variable193 return kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS); in btrfs_alloc_path()202 kmem_cache_free(btrfs_path_cachep, p); in btrfs_free_path()5108 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0); in btrfs_ctree_init()5109 if (!btrfs_path_cachep) in btrfs_ctree_init()5116 kmem_cache_destroy(btrfs_path_cachep); in btrfs_ctree_exit()