Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c232 static struct kmem_cache * hpfs_inode_cachep; variable
237 ei = alloc_inode_sb(sb, hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
245 kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode)); in hpfs_free_inode()
257 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
262 if (hpfs_inode_cachep == NULL) in init_inodecache()
274 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()