Home
last modified time | relevance | path

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

/linux-4.19.296/fs/isofs/ !
Dinode.c64 static struct kmem_cache *isofs_inode_cachep; variable
69 ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL); in isofs_alloc_inode()
78 kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); in isofs_i_callback()
95 isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", in init_inodecache()
100 if (!isofs_inode_cachep) in init_inodecache()
112 kmem_cache_destroy(isofs_inode_cachep); in destroy_inodecache()