hpfs_inode_cachep  231 fs/hpfs/super.c static struct kmem_cache * hpfs_inode_cachep;
hpfs_inode_cachep  236 fs/hpfs/super.c 	ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS);
hpfs_inode_cachep  244 fs/hpfs/super.c 	kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode));
hpfs_inode_cachep  256 fs/hpfs/super.c 	hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache",
hpfs_inode_cachep  261 fs/hpfs/super.c 	if (hpfs_inode_cachep == NULL)
hpfs_inode_cachep  273 fs/hpfs/super.c 	kmem_cache_destroy(hpfs_inode_cachep);