Lines Matching refs:upcase
1344 vol->upcase = kvzalloc(i_size, GFP_NOFS); in load_and_init_upcase()
1345 if (!vol->upcase) in load_and_init_upcase()
1357 memcpy((char *)vol->upcase + (index++ << PAGE_SHIFT), in load_and_init_upcase()
1381 if (vol->upcase[i] != default_upcase[i]) in load_and_init_upcase()
1384 kvfree(vol->upcase); in load_and_init_upcase()
1385 vol->upcase = default_upcase; in load_and_init_upcase()
1397 kvfree(vol->upcase); in load_and_init_upcase()
1398 vol->upcase = NULL; in load_and_init_upcase()
1402 vol->upcase = default_upcase; in load_and_init_upcase()
1695 if (vol->upcase && vol->upcase == default_upcase) { in load_system_files()
1697 vol->upcase = NULL; in load_system_files()
1700 if (vol->upcase) { in load_system_files()
1701 kvfree(vol->upcase); in load_system_files()
1702 vol->upcase = NULL; in load_system_files()
1725 if (vol->upcase && vol->upcase == default_upcase) { in ntfs_volume_free()
1727 vol->upcase = NULL; in ntfs_volume_free()
1738 if (vol->upcase) { in ntfs_volume_free()
1739 kvfree(vol->upcase); in ntfs_volume_free()
1740 vol->upcase = NULL; in ntfs_volume_free()
2518 if (vol->upcase && vol->upcase == default_upcase) { in ntfs_fill_super()
2520 vol->upcase = NULL; in ntfs_fill_super()
2523 if (vol->upcase) { in ntfs_fill_super()
2524 kvfree(vol->upcase); in ntfs_fill_super()
2525 vol->upcase = NULL; in ntfs_fill_super()