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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dntfs.h56 extern struct kmem_cache *ntfs_attr_ctx_cache;
H A Dsuper.c3038 struct kmem_cache *ntfs_attr_ctx_cache; variable in typeref:struct:kmem_cache
3061 static const char ntfs_attr_ctx_cache_name[] = "ntfs_attr_ctx_cache";
3095 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name,
3098 if (!ntfs_attr_ctx_cache) {
3153 kmem_cache_destroy(ntfs_attr_ctx_cache);
3173 kmem_cache_destroy(ntfs_attr_ctx_cache);
H A Dattrib.c1267 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS);
1284 kmem_cache_free(ntfs_attr_ctx_cache, ctx);

Completed in 61 milliseconds