Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A 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()
H A Dntfs.h38 extern struct kmem_cache *ntfs_name_cache;
H A Dnamei.c113 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
H A Dsuper.c3030 struct kmem_cache *ntfs_name_cache; variable
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()