Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext4/
Dsuper.c821 static struct kmem_cache *ext4_inode_cachep; variable
830 ei = kmem_cache_alloc(ext4_inode_cachep, GFP_NOFS); in ext4_alloc_inode()
871 kmem_cache_free(ext4_inode_cachep, EXT4_I(inode)); in ext4_i_callback()
903 ext4_inode_cachep = kmem_cache_create("ext4_inode_cache", in init_inodecache()
908 if (ext4_inode_cachep == NULL) in init_inodecache()
915 kmem_cache_destroy(ext4_inode_cachep); in destroy_inodecache()