Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dsuper.c230 static struct kmem_cache * hpfs_inode_cachep; variable
235 ei = alloc_inode_sb(sb, hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
243 kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode)); in hpfs_free_inode()
255 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
260 if (hpfs_inode_cachep == NULL) in init_inodecache()
272 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()