Home
last modified time | relevance | path

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

/linux-6.12.1/fs/isofs/
Dinode.c69 static struct kmem_cache *isofs_inode_cachep; variable
74 ei = alloc_inode_sb(sb, isofs_inode_cachep, GFP_KERNEL); in isofs_alloc_inode()
82 kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); in isofs_free_inode()
94 isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", in init_inodecache()
99 if (!isofs_inode_cachep) in init_inodecache()
111 kmem_cache_destroy(isofs_inode_cachep); in destroy_inodecache()