Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dsuper.c29 static struct kmem_cache *hfs_inode_cachep; variable
166 i = kmem_cache_alloc(hfs_inode_cachep, GFP_KERNEL); in hfs_alloc_inode()
173 kmem_cache_free(hfs_inode_cachep, HFS_I(inode)); in hfs_i_callback()
486 hfs_inode_cachep = kmem_cache_create("hfs_inode_cache", in init_hfs_fs()
489 if (!hfs_inode_cachep) in init_hfs_fs()
493 kmem_cache_destroy(hfs_inode_cachep); in init_hfs_fs()
506 kmem_cache_destroy(hfs_inode_cachep); in exit_hfs_fs()