Searched refs:udf_name_conv_char (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | unicode.c | 90 static int udf_name_conv_char(uint8_t *str_o, int str_o_max_len, in udf_name_conv_char() function 221 while (udf_name_conv_char(ext, ext_max_len, &ext_o_len, in udf_name_from_CS0() 239 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len, in udf_name_from_CS0()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | unicode.c | 86 static int udf_name_conv_char(uint8_t *str_o, int str_o_max_len, in udf_name_conv_char() function 217 while (udf_name_conv_char(ext, ext_max_len, &ext_o_len, in udf_name_from_CS0() 235 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len, in udf_name_from_CS0()
|
Completed in 2 milliseconds