Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dunicode.c124 if (conv_f) { in udf_name_conv_char()
125 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
166 int (*conv_f)(wchar_t, unsigned char *, int); in udf_name_from_CS0() local
177 conv_f = UDF_SB(sb)->s_nls_map->uni2char; in udf_name_from_CS0()
179 conv_f = NULL; in udf_name_from_CS0()
220 conv_f, translate)) { in udf_name_from_CS0()
237 u_ch, &needsCRC, conv_f, translate)) in udf_name_from_CS0()
285 conv_f = UDF_SB(sb)->s_nls_map->char2uni; in udf_name_to_CS0()
287 conv_f = NULL; in udf_name_to_CS0()
300 if (conv_f) { in udf_name_to_CS0()
[all …]