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_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()
2235 if (vol->upcase == default_upcase) { in load_system_files()
2237 vol->upcase = NULL; in load_system_files()
2240 if (vol->upcase) { in load_system_files()
2241 ntfs_free(vol->upcase); in load_system_files()
2242 vol->upcase = NULL; in load_system_files()
2418 if (vol->upcase == default_upcase) { in ntfs_put_super()
2420 vol->upcase = NULL; in ntfs_put_super()
2429 if (vol->upcase) { in ntfs_put_super()
2430 ntfs_free(vol->upcase); in ntfs_put_super()
2431 vol->upcase = NULL; in ntfs_put_super()
2992 if (vol->upcase == default_upcase) { in ntfs_fill_super()
2994 vol->upcase = NULL; in ntfs_fill_super()
2997 if (vol->upcase) { in ntfs_fill_super()
2998 ntfs_free(vol->upcase); in ntfs_fill_super()
2999 vol->upcase = NULL; in ntfs_fill_super()