Home
last modified time | relevance | path

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

/linux-5.19.10/fs/exfat/ !
Dnls.c452 unsigned short exfat_toupper(struct super_block *sb, unsigned short a) in exfat_toupper() function
474 if (exfat_toupper(sb, *a) != exfat_toupper(sb, *b)) in exfat_uniname_ncmp()
522 upname[i] = cpu_to_le16(exfat_toupper(sb, *uniname)); in exfat_utf8_to_utf16()
614 upname[unilen] = cpu_to_le16(exfat_toupper(sb, *uniname)); in exfat_nls_to_ucs2()
Dnamei.c99 hash = partial_name_hash(exfat_toupper(sb, c), hash); in exfat_d_hash()
128 if (exfat_toupper(sb, c1) != exfat_toupper(sb, c2)) in exfat_d_cmp()
159 hash = partial_name_hash(u <= 0xFFFF ? exfat_toupper(sb, u) : u, in exfat_utf8_d_hash()
190 if (exfat_toupper(sb, u_a) != exfat_toupper(sb, u_b)) in exfat_utf8_d_cmp()
Dexfat_fs.h491 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);