Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dsuper.c179 static struct kmem_cache * ext2_inode_cachep; variable
184 ei = kmem_cache_alloc(ext2_inode_cachep, GFP_KERNEL); in ext2_alloc_inode()
199 kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); in ext2_i_callback()
224 ext2_inode_cachep = kmem_cache_create_usercopy("ext2_inode_cache", in init_inodecache()
231 if (ext2_inode_cachep == NULL) in init_inodecache()
243 kmem_cache_destroy(ext2_inode_cachep); in destroy_inodecache()