Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/exfat/
Dexfat_nls.c125 u8 *dosname = p_dosname->name; in nls_uniname_to_dosname() local
131 *(dosname + i) = ' '; in nls_uniname_to_dosname()
134 *(dosname) = '.'; in nls_uniname_to_dosname()
142 *(dosname) = '.'; in nls_uniname_to_dosname()
143 *(dosname + 1) = '.'; in nls_uniname_to_dosname()
181 *(dosname + i) = '_'; in nls_uniname_to_dosname()
198 *(dosname + i) = *(buf + j); in nls_uniname_to_dosname()
201 *(dosname + i) = *buf - ('a' - 'A'); in nls_uniname_to_dosname()
208 *(dosname + i) = *buf; in nls_uniname_to_dosname()
215 *(dosname + i) = *buf; in nls_uniname_to_dosname()
[all …]
Dexfat_core.c2838 void fat_attach_count_to_dos_name(u8 *dosname, s32 count) in fat_attach_count_to_dos_name() argument
2850 if (dosname[j] == ' ') in fat_attach_count_to_dos_name()
2852 if (dosname[j] & 0x80) in fat_attach_count_to_dos_name()
2859 dosname[i] = (u8)str_count[j]; in fat_attach_count_to_dos_name()
2862 dosname[7] = ' '; in fat_attach_count_to_dos_name()
Dexfat.h925 void fat_attach_count_to_dos_name(u8 *dosname, s32 count);