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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dntfs.h57 extern struct kmem_cache *ntfs_index_ctx_cache;
H A Dindex.c41 ictx = kmem_cache_alloc(ntfs_index_ctx_cache, GFP_NOFS);
72 kmem_cache_free(ntfs_index_ctx_cache, ictx);
H A Dsuper.c3039 struct kmem_cache *ntfs_index_ctx_cache; variable in typeref:struct:kmem_cache
3060 static const char ntfs_index_ctx_cache_name[] = "ntfs_index_ctx_cache";
3087 ntfs_index_ctx_cache = kmem_cache_create(ntfs_index_ctx_cache_name,
3090 if (!ntfs_index_ctx_cache) {
3155 kmem_cache_destroy(ntfs_index_ctx_cache);
3174 kmem_cache_destroy(ntfs_index_ctx_cache);

Completed in 33 milliseconds