Home
last modified time | relevance | path

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

/Linux-v6.6/fs/unicode/
Dutf8-core.c12 int utf8_validate(const struct unicode_map *um, const struct qstr *str) in utf8_validate() function
18 EXPORT_SYMBOL(utf8_validate);
/Linux-v6.6/include/linux/
Dunicode.h56 int utf8_validate(const struct unicode_map *um, const struct qstr *str);
/Linux-v6.6/fs/ext4/
Dnamei.c2400 utf8_validate(sb->s_encoding, &dentry->d_name)) in ext4_add_entry()