Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dinode.c76 struct kmem_cache *btrfs_path_cachep; variable
6889 if (btrfs_path_cachep) in btrfs_destroy_cachep()
6890 kmem_cache_destroy(btrfs_path_cachep); in btrfs_destroy_cachep()
6915 btrfs_path_cachep = kmem_cache_create("btrfs_path_cache", in btrfs_init_cachep()
6918 if (!btrfs_path_cachep) in btrfs_init_cachep()
Dctree.c45 path = kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS); in btrfs_alloc_path()
119 kmem_cache_free(btrfs_path_cachep, p); in btrfs_free_path()
Dctree.h45 extern struct kmem_cache *btrfs_path_cachep;