Lines Matching refs:upcase
1683 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()
1684 if (!vol->upcase) in load_and_init_upcase()
1695 memcpy((char*)vol->upcase + (index++ << PAGE_CACHE_SHIFT), in load_and_init_upcase()
1719 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1722 ntfs_free(vol->upcase); in load_and_init_upcase()
1723 vol->upcase = default_upcase; in load_and_init_upcase()
1737 ntfs_free(vol->upcase); in load_and_init_upcase()
1738 vol->upcase = NULL; in load_and_init_upcase()
1742 vol->upcase = default_upcase; in load_and_init_upcase()
2238 if (vol->upcase == default_upcase) { in load_system_files()
2240 vol->upcase = NULL; in load_system_files()
2243 if (vol->upcase) { in load_system_files()
2244 ntfs_free(vol->upcase); in load_system_files()
2245 vol->upcase = NULL; in load_system_files()
2421 if (vol->upcase == default_upcase) { in ntfs_put_super()
2423 vol->upcase = NULL; in ntfs_put_super()
2432 if (vol->upcase) { in ntfs_put_super()
2433 ntfs_free(vol->upcase); in ntfs_put_super()
2434 vol->upcase = NULL; in ntfs_put_super()
2995 if (vol->upcase == default_upcase) { in ntfs_fill_super()
2997 vol->upcase = NULL; in ntfs_fill_super()
3000 if (vol->upcase) { in ntfs_fill_super()
3001 ntfs_free(vol->upcase); in ntfs_fill_super()
3002 vol->upcase = NULL; in ntfs_fill_super()