Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.c27 static struct kmem_cache *btrfs_path_cachep; variable
142 return kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS); in btrfs_alloc_path()
151 kmem_cache_free(btrfs_path_cachep, p); in btrfs_free_path()
5079 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0); in btrfs_ctree_init()
5080 if (!btrfs_path_cachep) in btrfs_ctree_init()
5087 kmem_cache_destroy(btrfs_path_cachep); in btrfs_ctree_exit()