nilfs_btree_path_cache   28 fs/nilfs2/btree.c 	path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS);
nilfs_btree_path_cache   52 fs/nilfs2/btree.c 	kmem_cache_free(nilfs_btree_path_cache, path);
nilfs_btree_path_cache   55 fs/nilfs2/btree.h extern struct kmem_cache *nilfs_btree_path_cache;
nilfs_btree_path_cache   60 fs/nilfs2/super.c struct kmem_cache *nilfs_btree_path_cache;
nilfs_btree_path_cache 1399 fs/nilfs2/super.c 	kmem_cache_destroy(nilfs_btree_path_cache);
nilfs_btree_path_cache 1423 fs/nilfs2/super.c 	nilfs_btree_path_cache = kmem_cache_create("nilfs2_btree_path_cache",
nilfs_btree_path_cache 1426 fs/nilfs2/super.c 	if (!nilfs_btree_path_cache)