Searched refs:utf8_casefold (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/unicode/ |
| H A D | utf8-core.c | 99 int utf8_casefold(const struct unicode_map *um, const struct qstr *str, in utf8_casefold() function 119 EXPORT_SYMBOL(utf8_casefold);
|
| /linux-6.15/include/linux/ |
| H A D | unicode.h | 72 int utf8_casefold(const struct unicode_map *um, const struct qstr *str,
|
| /linux-6.15/fs/smb/server/ |
| H A D | misc.c | 243 cf_len = utf8_casefold(um, &q_name, cf_name, in ksmbd_casefold_sharename()
|
| /linux-6.15/fs/ext4/ |
| H A D | hash.c | 309 dlen = utf8_casefold(um, &qstr, buff, PATH_MAX); in ext4fs_dirhash()
|
| H A D | namei.c | 1382 len = utf8_casefold(dir->i_sb->s_encoding, iname, buf, EXT4_NAME_LEN); in ext4_fname_setup_ci_filename()
|
| /linux-6.15/Documentation/filesystems/bcachefs/ |
| H A D | casefolding.rst | 24 string of `BCH_NAME_MAX` length using the `utf8_casefold` function to
|
| /linux-6.15/fs/bcachefs/ |
| H A D | dirent.c | 27 ret = utf8_casefold(info->cf_encoding, str, buf, BCH_NAME_MAX + 1); in bch2_casefold()
|
| /linux-6.15/fs/f2fs/ |
| H A D | dir.c | 61 len = utf8_casefold(sb->s_encoding, fname->usr_fname, in f2fs_init_casefolded_name()
|