isofs_inode_cachep 68 fs/isofs/inode.c static struct kmem_cache *isofs_inode_cachep; isofs_inode_cachep 73 fs/isofs/inode.c ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL); isofs_inode_cachep 81 fs/isofs/inode.c kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); isofs_inode_cachep 93 fs/isofs/inode.c isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", isofs_inode_cachep 98 fs/isofs/inode.c if (!isofs_inode_cachep) isofs_inode_cachep 110 fs/isofs/inode.c kmem_cache_destroy(isofs_inode_cachep);