Home
last modified time | relevance | path

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

/linux-4.1.27/fs/isofs/
Dinode.c63 static struct kmem_cache *isofs_inode_cachep; variable
68 ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL); in isofs_alloc_inode()
77 kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); in isofs_i_callback()
94 isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", in init_inodecache()
99 if (isofs_inode_cachep == NULL) in init_inodecache()
111 kmem_cache_destroy(isofs_inode_cachep); in destroy_inodecache()