Home
last modified time | relevance | path

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

/fs/isofs/
Dinode.c68 static struct kmem_cache *isofs_inode_cachep; variable
73 ei = alloc_inode_sb(sb, isofs_inode_cachep, GFP_KERNEL); in isofs_alloc_inode()
81 kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); in isofs_free_inode()
93 isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", in init_inodecache()
98 if (!isofs_inode_cachep) in init_inodecache()
110 kmem_cache_destroy(isofs_inode_cachep); in destroy_inodecache()