Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hpfs/
Dsuper.c230 static struct kmem_cache * hpfs_inode_cachep; variable
235 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_i_callback()
261 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
266 if (hpfs_inode_cachep == NULL) in init_inodecache()
278 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()