Searched refs:ntfs_index_ctx_cache (Results 1 – 2 of 2) sorted by relevance
2512 struct kmem_cache *ntfs_index_ctx_cache; variable2610 ntfs_index_ctx_cache = kmem_cache_create(ntfs_index_ctx_cache_name, in init_ntfs_fs()2613 if (!ntfs_index_ctx_cache) { in init_ntfs_fs()2675 kmem_cache_destroy(ntfs_index_ctx_cache); in init_ntfs_fs()2702 kmem_cache_destroy(ntfs_index_ctx_cache); in exit_ntfs_fs()
182 icx = kmem_cache_alloc(ntfs_index_ctx_cache, GFP_NOFS); in ntfs_index_ctx_get()223 kmem_cache_free(ntfs_index_ctx_cache, icx); in ntfs_index_ctx_put()