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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dntfs.h56 extern struct kmem_cache *ntfs_attr_ctx_cache;
H A Dsuper.c3034 struct kmem_cache *ntfs_attr_ctx_cache; variable in typeref:struct:kmem_cache
3057 static const char ntfs_attr_ctx_cache_name[] = "ntfs_attr_ctx_cache";
3091 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name,
3094 if (!ntfs_attr_ctx_cache) {
3149 kmem_cache_destroy(ntfs_attr_ctx_cache);
3169 kmem_cache_destroy(ntfs_attr_ctx_cache);
H A Dattrib.c1265 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS);
1282 kmem_cache_free(ntfs_attr_ctx_cache, ctx);

Completed in 112 milliseconds