Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dunistr.c269 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs()
296 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()
Dntfs.h52 extern struct kmem_cache *ntfs_name_cache;
Dnamei.c127 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
Dsuper.c3039 struct kmem_cache *ntfs_name_cache; variable
3122 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs()
3125 if (!ntfs_name_cache) { in init_ntfs_fs()
3168 kmem_cache_destroy(ntfs_name_cache); in init_ntfs_fs()
3194 kmem_cache_destroy(ntfs_name_cache); in exit_ntfs_fs()