nilfs_inode_cachep   57 fs/nilfs2/super.c static struct kmem_cache *nilfs_inode_cachep;
nilfs_inode_cachep  148 fs/nilfs2/super.c 	ii = kmem_cache_alloc(nilfs_inode_cachep, GFP_NOFS);
nilfs_inode_cachep  163 fs/nilfs2/super.c 	kmem_cache_free(nilfs_inode_cachep, NILFS_I(inode));
nilfs_inode_cachep 1396 fs/nilfs2/super.c 	kmem_cache_destroy(nilfs_inode_cachep);
nilfs_inode_cachep 1404 fs/nilfs2/super.c 	nilfs_inode_cachep = kmem_cache_create("nilfs2_inode_cache",
nilfs_inode_cachep 1408 fs/nilfs2/super.c 	if (!nilfs_inode_cachep)