Searched refs:ntfs_name_cache (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | unistr.c | 233 * calling kmem_cache_free(ntfs_name_cache, *@outs); when finished with it. 255 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs() 276 "name from ntfs_name_cache."); in ntfs_nlstoucs() 282 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()
|
H A D | ntfs.h | 38 extern struct kmem_cache *ntfs_name_cache;
|
H A D | namei.c | 113 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
|
H A D | super.c | 3024 struct kmem_cache *ntfs_name_cache; variable 3066 static const char ntfs_name_cache_name[] = "ntfs_name_cache"; 3107 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs() 3110 if (!ntfs_name_cache) { in init_ntfs_fs() 3153 kmem_cache_destroy(ntfs_name_cache); in init_ntfs_fs() 3179 kmem_cache_destroy(ntfs_name_cache); in exit_ntfs_fs()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 233 * calling kmem_cache_free(ntfs_name_cache, *@outs); when finished with it. 255 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs() 276 "name from ntfs_name_cache."); in ntfs_nlstoucs() 282 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()
|
H A D | ntfs.h | 38 extern struct kmem_cache *ntfs_name_cache;
|
H A D | namei.c | 113 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
|
H A D | super.c | 3030 struct kmem_cache *ntfs_name_cache; variable 3072 static const char ntfs_name_cache_name[] = "ntfs_name_cache"; 3113 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs() 3116 if (!ntfs_name_cache) { in init_ntfs_fs() 3159 kmem_cache_destroy(ntfs_name_cache); in init_ntfs_fs() 3185 kmem_cache_destroy(ntfs_name_cache); in exit_ntfs_fs()
|
Completed in 10 milliseconds