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

/linux-master/fs/btrfs/
H A Dctree.c27 static struct kmem_cache *btrfs_path_cachep; variable in typeref:struct:kmem_cache
193 return kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS);
202 kmem_cache_free(btrfs_path_cachep, p);
5089 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0);
5090 if (!btrfs_path_cachep)
5097 kmem_cache_destroy(btrfs_path_cachep);

Completed in 183 milliseconds