Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dsuper.c615 static struct kmem_cache *hfsplus_inode_cachep; variable
621 i = kmem_cache_alloc(hfsplus_inode_cachep, GFP_KERNEL); in hfsplus_alloc_inode()
629 kmem_cache_free(hfsplus_inode_cachep, HFSPLUS_I(inode)); in hfsplus_i_callback()
665 hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache", in init_hfsplus_fs()
668 if (!hfsplus_inode_cachep) in init_hfsplus_fs()
682 kmem_cache_destroy(hfsplus_inode_cachep); in init_hfsplus_fs()
697 kmem_cache_destroy(hfsplus_inode_cachep); in exit_hfsplus_fs()