Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/romfs/
H A Dsuper.c80 static struct kmem_cache *romfs_inode_cachep; variable
378 inode = kmem_cache_alloc(romfs_inode_cachep, GFP_KERNEL); in romfs_alloc_inode()
387 kmem_cache_free(romfs_inode_cachep, ROMFS_I(inode)); in romfs_free_inode()
627 romfs_inode_cachep = in init_romfs_fs()
633 if (!romfs_inode_cachep) { in init_romfs_fs()
645 kmem_cache_destroy(romfs_inode_cachep); in init_romfs_fs()
660 kmem_cache_destroy(romfs_inode_cachep); in exit_romfs_fs()