Home
last modified time | relevance | path

Searched refs:ntfs_name_cache_name (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c3066 static const char ntfs_name_cache_name[] = "ntfs_name_cache"; variable
3107 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs()
3111 pr_crit("Failed to create %s!\n", ntfs_name_cache_name); in init_ntfs_fs()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c3072 static const char ntfs_name_cache_name[] = "ntfs_name_cache"; variable
3113 ntfs_name_cache = kmem_cache_create(ntfs_name_cache_name, in init_ntfs_fs()
3117 pr_crit("Failed to create %s!\n", ntfs_name_cache_name); in init_ntfs_fs()

Completed in 8 milliseconds