Home
last modified time | relevance | path

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

/linux-6.15/fs/squashfs/
H A Dsuper.c606 static struct kmem_cache *squashfs_inode_cachep; variable
619 squashfs_inode_cachep = kmem_cache_create("squashfs_inode_cache", in init_inodecache()
624 return squashfs_inode_cachep ? 0 : -ENOMEM; in init_inodecache()
635 kmem_cache_destroy(squashfs_inode_cachep); in destroy_inodecache()
668 alloc_inode_sb(sb, squashfs_inode_cachep, GFP_KERNEL); in squashfs_alloc_inode()
676 kmem_cache_free(squashfs_inode_cachep, squashfs_i(inode)); in squashfs_free_inode()