Home
last modified time | relevance | path

Searched refs:ntfs_name_cache (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dunistr.c255 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs()
282 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()
Dntfs.h38 extern struct kmem_cache *ntfs_name_cache;
Dnamei.c113 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
Dsuper.c3023 struct kmem_cache *ntfs_name_cache; variable
3106 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs()
3109 if (!ntfs_name_cache) { in init_ntfs_fs()
3152 kmem_cache_destroy(ntfs_name_cache); in init_ntfs_fs()
3178 kmem_cache_destroy(ntfs_name_cache); in exit_ntfs_fs()