Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dunicode.h13 int utf8_validate(const struct unicode_map *um, const struct qstr *str);
/kernel/linux/linux-5.10/fs/unicode/
Dutf8-core.c13 int utf8_validate(const struct unicode_map *um, const struct qstr *str) in utf8_validate() function
21 EXPORT_SYMBOL(utf8_validate);
/kernel/linux/linux-5.10/fs/ext4/
Dnamei.c2268 sb->s_encoding && utf8_validate(sb->s_encoding, &dentry->d_name)) in ext4_add_entry()