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

/linux-4.4.14/fs/ntfs/
H A Dntfs.h55 extern struct kmem_cache *ntfs_attr_ctx_cache;
H A Dsuper.c3059 struct kmem_cache *ntfs_attr_ctx_cache; variable in typeref:struct:kmem_cache
3082 static const char ntfs_attr_ctx_cache_name[] = "ntfs_attr_ctx_cache";
3115 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name, init_ntfs_fs()
3118 if (!ntfs_attr_ctx_cache) { init_ntfs_fs()
3172 kmem_cache_destroy(ntfs_attr_ctx_cache); init_ntfs_fs()
3197 kmem_cache_destroy(ntfs_attr_ctx_cache); exit_ntfs_fs()
H A Dattrib.c1273 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS); ntfs_attr_get_search_ctx()
1290 kmem_cache_free(ntfs_attr_ctx_cache, ctx); ntfs_attr_put_search_ctx()

Completed in 124 milliseconds