Home
last modified time | relevance | path

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

/fs/ncpfs/
Dinode.c51 static struct kmem_cache * ncp_inode_cachep; variable
56 ei = (struct ncp_inode_info *)kmem_cache_alloc(ncp_inode_cachep, GFP_KERNEL); in ncp_alloc_inode()
65 kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode)); in ncp_i_callback()
83 ncp_inode_cachep = kmem_cache_create("ncp_inode_cache", in init_inodecache()
88 if (ncp_inode_cachep == NULL) in init_inodecache()
100 kmem_cache_destroy(ncp_inode_cachep); in destroy_inodecache()