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

/linux-4.1.27/fs/ncpfs/
H A Dinode.c50 static struct kmem_cache * ncp_inode_cachep; variable in typeref:struct:kmem_cache
55 ei = (struct ncp_inode_info *)kmem_cache_alloc(ncp_inode_cachep, GFP_KERNEL); ncp_alloc_inode()
64 kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode)); ncp_i_callback()
82 ncp_inode_cachep = kmem_cache_create("ncp_inode_cache", init_inodecache()
87 if (ncp_inode_cachep == NULL) init_inodecache()
99 kmem_cache_destroy(ncp_inode_cachep); destroy_inodecache()

Completed in 44 milliseconds