Searched refs:exfat_toupper (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | namei.c | 95 hash = partial_name_hash(exfat_toupper(sb, c), hash); in exfat_d_hash() 122 if (exfat_toupper(sb, c1) != exfat_toupper(sb, c2)) in exfat_d_cmp() 150 * exfat_toupper() works only for code points up to the U+FFFF. in exfat_utf8_d_hash() 152 hash = partial_name_hash(u <= 0xFFFF ? exfat_toupper(sb, u) : u, in exfat_utf8_d_hash() 180 if (exfat_toupper(sb, u_a) != exfat_toupper(sb, u_b)) in exfat_utf8_d_cmp()
|
H A D | nls.c | 452 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()
|
H A D | exfat_fs.h | 491 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 99 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() 157 * exfat_toupper() works only for code points up to the U+FFFF. in exfat_utf8_d_hash() 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()
|
H A D | nls.c | 452 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()
|
H A D | exfat_fs.h | 518 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);
|
Completed in 9 milliseconds