btrfs_path_cachep   56 fs/btrfs/ctree.c 	return kmem_cache_zalloc(btrfs_path_cachep, GFP_NOFS);
btrfs_path_cachep   90 fs/btrfs/ctree.c 	kmem_cache_free(btrfs_path_cachep, p);
btrfs_path_cachep   44 fs/btrfs/ctree.h extern struct kmem_cache *btrfs_path_cachep;
btrfs_path_cachep   76 fs/btrfs/inode.c struct kmem_cache *btrfs_path_cachep;
btrfs_path_cachep 9523 fs/btrfs/inode.c 	kmem_cache_destroy(btrfs_path_cachep);
btrfs_path_cachep 9543 fs/btrfs/inode.c 	btrfs_path_cachep = kmem_cache_create("btrfs_path",
btrfs_path_cachep 9546 fs/btrfs/inode.c 	if (!btrfs_path_cachep)