Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dinode.c79 static struct kmem_cache *btrfs_inode_cachep; variable
8892 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS); in btrfs_alloc_inode()
8945 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_test_destroy_inode()
8952 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_i_callback()
9029 if (btrfs_inode_cachep) in btrfs_destroy_cachep()
9030 kmem_cache_destroy(btrfs_inode_cachep); in btrfs_destroy_cachep()
9045 btrfs_inode_cachep = kmem_cache_create("btrfs_inode", in btrfs_init_cachep()
9048 if (!btrfs_inode_cachep) in btrfs_init_cachep()