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()
2244 if (vol->upcase == default_upcase) { in load_system_files()
2246 vol->upcase = NULL; in load_system_files()
2249 if (vol->upcase) { in load_system_files()
2250 ntfs_free(vol->upcase); in load_system_files()
2251 vol->upcase = NULL; in load_system_files()
2428 if (vol->upcase == default_upcase) { in ntfs_put_super()
2430 vol->upcase = NULL; in ntfs_put_super()
2439 if (vol->upcase) { in ntfs_put_super()
2440 ntfs_free(vol->upcase); in ntfs_put_super()
2441 vol->upcase = NULL; in ntfs_put_super()
3002 if (vol->upcase == default_upcase) { in ntfs_fill_super()
3004 vol->upcase = NULL; in ntfs_fill_super()
3007 if (vol->upcase) { in ntfs_fill_super()
3008 ntfs_free(vol->upcase); in ntfs_fill_super()
3009 vol->upcase = NULL; in ntfs_fill_super()