Home
last modified time | relevance | path

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

/fs/hpfs/
Dsuper.c231 static struct kmem_cache * hpfs_inode_cachep; variable
236 ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
244 kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode)); in hpfs_free_inode()
256 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
261 if (hpfs_inode_cachep == NULL) in init_inodecache()
273 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()