Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dinode.c73 static struct kmem_cache *btrfs_inode_cachep; variable
6751 ei = kmem_cache_alloc(btrfs_inode_cachep, GFP_NOFS); in btrfs_alloc_inode()
6800 kmem_cache_free(btrfs_inode_cachep, BTRFS_I(inode)); in btrfs_i_callback()
6883 if (btrfs_inode_cachep) in btrfs_destroy_cachep()
6884 kmem_cache_destroy(btrfs_inode_cachep); in btrfs_destroy_cachep()
6897 btrfs_inode_cachep = kmem_cache_create("btrfs_inode_cache", in btrfs_init_cachep()
6900 if (!btrfs_inode_cachep) in btrfs_init_cachep()