Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dinode.c70 static struct kmem_cache *btrfs_inode_cachep; variable
6761 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS); in btrfs_alloc_inode()
6805 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_i_callback()
6900 if (btrfs_inode_cachep) in btrfs_destroy_cachep()
6901 kmem_cache_destroy(btrfs_inode_cachep); in btrfs_destroy_cachep()
6914 btrfs_inode_cachep = kmem_cache_create("btrfs_inode_cache", in btrfs_init_cachep()
6917 if (!btrfs_inode_cachep) in btrfs_init_cachep()