Home
last modified time | relevance | path

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

/linux-6.15/fs/hfsplus/
H A Dsuper.c621 static struct kmem_cache *hfsplus_inode_cachep; variable
627 i = alloc_inode_sb(sb, hfsplus_inode_cachep, GFP_KERNEL); in hfsplus_alloc_inode()
633 kmem_cache_free(hfsplus_inode_cachep, HFSPLUS_I(inode)); in hfsplus_free_inode()
692 hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache", in init_hfsplus_fs()
695 if (!hfsplus_inode_cachep) in init_hfsplus_fs()
709 kmem_cache_destroy(hfsplus_inode_cachep); in init_hfsplus_fs()
724 kmem_cache_destroy(hfsplus_inode_cachep); in exit_hfsplus_fs()