Lines Matching refs:default_upcase
27 static __le16 *default_upcase; variable
1372 if (!default_upcase) { in load_and_init_upcase()
1381 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1385 vol->upcase = default_upcase; in load_and_init_upcase()
1401 if (default_upcase) { in load_and_init_upcase()
1402 vol->upcase = default_upcase; in load_and_init_upcase()
1695 if (vol->upcase && vol->upcase == default_upcase) { in load_system_files()
1725 if (vol->upcase && vol->upcase == default_upcase) { in ntfs_volume_free()
1730 if (!ntfs_nr_upcase_users && default_upcase) { in ntfs_volume_free()
1731 kvfree(default_upcase); in ntfs_volume_free()
1732 default_upcase = NULL; in ntfs_volume_free()
2416 if (!default_upcase) in ntfs_fill_super()
2417 default_upcase = generate_default_upcase(); in ntfs_fill_super()
2453 if (!--ntfs_nr_upcase_users && default_upcase) { in ntfs_fill_super()
2454 kvfree(default_upcase); in ntfs_fill_super()
2455 default_upcase = NULL; in ntfs_fill_super()
2518 if (vol->upcase && vol->upcase == default_upcase) { in ntfs_fill_super()
2540 if (!--ntfs_nr_upcase_users && default_upcase) { in ntfs_fill_super()
2541 kvfree(default_upcase); in ntfs_fill_super()
2542 default_upcase = NULL; in ntfs_fill_super()