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()
2222 if (vol->upcase == default_upcase) { in load_system_files()
2224 vol->upcase = NULL; in load_system_files()
2227 if (vol->upcase) { in load_system_files()
2228 ntfs_free(vol->upcase); in load_system_files()
2229 vol->upcase = NULL; in load_system_files()
2405 if (vol->upcase == default_upcase) { in ntfs_put_super()
2407 vol->upcase = NULL; in ntfs_put_super()
2416 if (vol->upcase) { in ntfs_put_super()
2417 ntfs_free(vol->upcase); in ntfs_put_super()
2418 vol->upcase = NULL; in ntfs_put_super()
2978 if (vol->upcase == default_upcase) { in ntfs_fill_super()
2980 vol->upcase = NULL; in ntfs_fill_super()
2983 if (vol->upcase) { in ntfs_fill_super()
2984 ntfs_free(vol->upcase); in ntfs_fill_super()
2985 vol->upcase = NULL; in ntfs_fill_super()