Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dnls_utf8.c889 static int utf8_casefold(const struct f2fs_nls_table *table, in utf8_casefold()
924 static const struct f2fs_nls_table nls_utf8 = {
929 const struct f2fs_nls_table *f2fs_load_nls_table(int encoding) in f2fs_load_nls_table()
Dlibf2fs.c477 const struct f2fs_nls_table *table = f2fs_load_nls_table(encoding); in f2fs_dentry_hash()
/third_party/f2fs-tools/include/
Df2fs_fs.h1828 struct f2fs_nls_table { struct
1834 int (*casefold)(const struct f2fs_nls_table *charset, argument
1839 extern const struct f2fs_nls_table *f2fs_load_nls_table(int encoding);