Home
last modified time | relevance | path

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

/linux-2.6.39/fs/isofs/
Dinode.c73 static struct kmem_cache *isofs_inode_cachep; variable
78 ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL); in isofs_alloc_inode()
88 kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); in isofs_i_callback()
105 isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", in init_inodecache()
110 if (isofs_inode_cachep == NULL) in init_inodecache()
117 kmem_cache_destroy(isofs_inode_cachep); in destroy_inodecache()