Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dsuper.c178 static struct kmem_cache * ext2_inode_cachep; variable
183 ei = alloc_inode_sb(sb, ext2_inode_cachep, GFP_KERNEL); in ext2_alloc_inode()
197 kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); in ext2_free_in_core_inode()
214 ext2_inode_cachep = kmem_cache_create_usercopy("ext2_inode_cache", in init_inodecache()
221 if (ext2_inode_cachep == NULL) in init_inodecache()
233 kmem_cache_destroy(ext2_inode_cachep); in destroy_inodecache()