Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dntfs.h41 extern struct kmem_cache *ntfs_attr_ctx_cache;
H A Dsuper.c3042 struct kmem_cache *ntfs_attr_ctx_cache; variable
3065 static const char ntfs_attr_ctx_cache_name[] = "ntfs_attr_ctx_cache";
3098 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name, in init_ntfs_fs()
3101 if (!ntfs_attr_ctx_cache) { in init_ntfs_fs()
3155 kmem_cache_destroy(ntfs_attr_ctx_cache); in init_ntfs_fs()
3180 kmem_cache_destroy(ntfs_attr_ctx_cache); in exit_ntfs_fs()
H A Dattrib.c1283 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS); in ntfs_attr_get_search_ctx()
1300 kmem_cache_free(ntfs_attr_ctx_cache, ctx); in ntfs_attr_put_search_ctx()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dntfs.h41 extern struct kmem_cache *ntfs_attr_ctx_cache;
H A Dsuper.c3048 struct kmem_cache *ntfs_attr_ctx_cache; variable
3071 static const char ntfs_attr_ctx_cache_name[] = "ntfs_attr_ctx_cache";
3104 ntfs_attr_ctx_cache = kmem_cache_create(ntfs_attr_ctx_cache_name, in init_ntfs_fs()
3107 if (!ntfs_attr_ctx_cache) { in init_ntfs_fs()
3161 kmem_cache_destroy(ntfs_attr_ctx_cache); in init_ntfs_fs()
3186 kmem_cache_destroy(ntfs_attr_ctx_cache); in exit_ntfs_fs()
H A Dattrib.c1283 ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS); in ntfs_attr_get_search_ctx()
1300 kmem_cache_free(ntfs_attr_ctx_cache, ctx); in ntfs_attr_put_search_ctx()

Completed in 14 milliseconds