Home
last modified time | relevance | path

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

/openbmc/linux/fs/romfs/
H A Dsuper.c80 static struct kmem_cache *romfs_inode_cachep; variable
378 inode = alloc_inode_sb(sb, romfs_inode_cachep, GFP_KERNEL); in romfs_alloc_inode()
387 kmem_cache_free(romfs_inode_cachep, ROMFS_I(inode)); in romfs_free_inode()
629 romfs_inode_cachep = in init_romfs_fs()
635 if (!romfs_inode_cachep) { in init_romfs_fs()
647 kmem_cache_destroy(romfs_inode_cachep); in init_romfs_fs()
662 kmem_cache_destroy(romfs_inode_cachep); in exit_romfs_fs()