Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfs/
Dsuper.c28 static struct kmem_cache *hfs_inode_cachep; variable
165 i = kmem_cache_alloc(hfs_inode_cachep, GFP_KERNEL); in hfs_alloc_inode()
172 kmem_cache_free(hfs_inode_cachep, HFS_I(inode)); in hfs_i_callback()
484 hfs_inode_cachep = kmem_cache_create("hfs_inode_cache", in init_hfs_fs()
487 if (!hfs_inode_cachep) in init_hfs_fs()
491 kmem_cache_destroy(hfs_inode_cachep); in init_hfs_fs()
504 kmem_cache_destroy(hfs_inode_cachep); in exit_hfs_fs()