Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dinode.c79 static struct kmem_cache *btrfs_inode_cachep; variable
9034 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS); in btrfs_alloc_inode()
9085 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_test_destroy_inode()
9092 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_i_callback()
9170 if (btrfs_inode_cachep) in btrfs_destroy_cachep()
9171 kmem_cache_destroy(btrfs_inode_cachep); in btrfs_destroy_cachep()
9186 btrfs_inode_cachep = kmem_cache_create("btrfs_inode", in btrfs_init_cachep()
9189 if (!btrfs_inode_cachep) in btrfs_init_cachep()