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()5213 btrfs_path_cachep = kmem_cache_create("btrfs_path", in btrfs_ctree_init()5216 if (!btrfs_path_cachep) in btrfs_ctree_init()5223 kmem_cache_destroy(btrfs_path_cachep); in btrfs_ctree_exit()