Home
last modified time | relevance | path

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

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