Lines Matching refs:upcase
1669 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()
1670 if (!vol->upcase) in load_and_init_upcase()
1681 memcpy((char*)vol->upcase + (index++ << PAGE_SHIFT), in load_and_init_upcase()
1705 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1708 ntfs_free(vol->upcase); in load_and_init_upcase()
1709 vol->upcase = default_upcase; in load_and_init_upcase()
1723 ntfs_free(vol->upcase); in load_and_init_upcase()
1724 vol->upcase = NULL; in load_and_init_upcase()
1728 vol->upcase = default_upcase; in load_and_init_upcase()
2221 if (vol->upcase == default_upcase) { in load_system_files()
2223 vol->upcase = NULL; in load_system_files()
2226 if (vol->upcase) { in load_system_files()
2227 ntfs_free(vol->upcase); in load_system_files()
2228 vol->upcase = NULL; in load_system_files()
2404 if (vol->upcase == default_upcase) { in ntfs_put_super()
2406 vol->upcase = NULL; in ntfs_put_super()
2415 if (vol->upcase) { in ntfs_put_super()
2416 ntfs_free(vol->upcase); in ntfs_put_super()
2417 vol->upcase = NULL; in ntfs_put_super()
2975 if (vol->upcase == default_upcase) { in ntfs_fill_super()
2977 vol->upcase = NULL; in ntfs_fill_super()
2980 if (vol->upcase) { in ntfs_fill_super()
2981 ntfs_free(vol->upcase); in ntfs_fill_super()
2982 vol->upcase = NULL; in ntfs_fill_super()