squashfs_inode_cachep 408 fs/squashfs/super.c static struct kmem_cache *squashfs_inode_cachep; squashfs_inode_cachep 421 fs/squashfs/super.c squashfs_inode_cachep = kmem_cache_create("squashfs_inode_cache", squashfs_inode_cachep 426 fs/squashfs/super.c return squashfs_inode_cachep ? 0 : -ENOMEM; squashfs_inode_cachep 437 fs/squashfs/super.c kmem_cache_destroy(squashfs_inode_cachep); squashfs_inode_cachep 470 fs/squashfs/super.c kmem_cache_alloc(squashfs_inode_cachep, GFP_KERNEL); squashfs_inode_cachep 478 fs/squashfs/super.c kmem_cache_free(squashfs_inode_cachep, squashfs_i(inode));