Lines Matching refs:upcase
1677 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()
1678 if (!vol->upcase) in load_and_init_upcase()
1689 memcpy((char*)vol->upcase + (index++ << PAGE_SHIFT), in load_and_init_upcase()
1713 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1716 ntfs_free(vol->upcase); in load_and_init_upcase()
1717 vol->upcase = default_upcase; in load_and_init_upcase()
1731 ntfs_free(vol->upcase); in load_and_init_upcase()
1732 vol->upcase = NULL; in load_and_init_upcase()
1736 vol->upcase = default_upcase; in load_and_init_upcase()
2230 if (vol->upcase == default_upcase) { in load_system_files()
2232 vol->upcase = NULL; in load_system_files()
2235 if (vol->upcase) { in load_system_files()
2236 ntfs_free(vol->upcase); in load_system_files()
2237 vol->upcase = NULL; in load_system_files()
2413 if (vol->upcase == default_upcase) { in ntfs_put_super()
2415 vol->upcase = NULL; in ntfs_put_super()
2424 if (vol->upcase) { in ntfs_put_super()
2425 ntfs_free(vol->upcase); in ntfs_put_super()
2426 vol->upcase = NULL; in ntfs_put_super()
2984 if (vol->upcase == default_upcase) { in ntfs_fill_super()
2986 vol->upcase = NULL; in ntfs_fill_super()
2989 if (vol->upcase) { in ntfs_fill_super()
2990 ntfs_free(vol->upcase); in ntfs_fill_super()
2991 vol->upcase = NULL; in ntfs_fill_super()