Searched refs:exfat_toupper (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/exfat/
H A Dnamei.c99 hash = partial_name_hash(exfat_toupper(sb, c), hash);
128 if (exfat_toupper(sb, c1) != exfat_toupper(sb, c2))
157 * exfat_toupper() works only for code points up to the U+FFFF.
159 hash = partial_name_hash(u <= 0xFFFF ? exfat_toupper(sb, u) : u,
190 if (exfat_toupper(sb, u_a) != exfat_toupper(sb, u_b))
H A Dnls.c452 unsigned short exfat_toupper(struct super_block *sb, unsigned short a) function
474 if (exfat_toupper(sb, *a) != exfat_toupper(sb, *b))
522 upname[i] = cpu_to_le16(exfat_toupper(sb, *uniname));
614 upname[unilen] = cpu_to_le16(exfat_toupper(sb, *uniname));
H A Dexfat_fs.h521 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);

Completed in 134 milliseconds