Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c158 static struct kmem_cache * ext2_inode_cachep; variable
163 ei = kmem_cache_alloc(ext2_inode_cachep, GFP_KERNEL); in ext2_alloc_inode()
178 kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); in ext2_i_callback()
200 ext2_inode_cachep = kmem_cache_create("ext2_inode_cache", in init_inodecache()
205 if (ext2_inode_cachep == NULL) in init_inodecache()
217 kmem_cache_destroy(ext2_inode_cachep); in destroy_inodecache()