Home
last modified time | relevance | path

Searched refs:cpuchar (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dreparse.c141 u32 cpuchar; in ntfs_fix_file_name() local
156 cpuchar = le16_to_cpu(uname[i]); in ntfs_fix_file_name()
163 if ((cpuchar < vol->upcase_len) in ntfs_fix_file_name()
164 && (le16_to_cpu(vol->upcase[cpuchar]) < cpuchar)) in ntfs_fix_file_name()
165 find.attr.file_name[i] = vol->upcase[cpuchar]; in ntfs_fix_file_name()