Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dsuper.c29 static struct kmem_cache *hfs_inode_cachep; variable
166 i = alloc_inode_sb(sb, hfs_inode_cachep, GFP_KERNEL); in hfs_alloc_inode()
172 kmem_cache_free(hfs_inode_cachep, HFS_I(inode)); in hfs_free_inode()
480 hfs_inode_cachep = kmem_cache_create("hfs_inode_cache", in init_hfs_fs()
483 if (!hfs_inode_cachep) in init_hfs_fs()
487 kmem_cache_destroy(hfs_inode_cachep); in init_hfs_fs()
500 kmem_cache_destroy(hfs_inode_cachep); in exit_hfs_fs()