Searched refs:str_o (Results 1 - 1 of 1) sorted by path

/linux-master/fs/udf/
H A Dunicode.c86 static int udf_name_conv_char(uint8_t *str_o, int str_o_max_len, argument
125 len = conv_f(c, &str_o[*str_o_idx],
128 len = utf32_to_utf8(c, &str_o[*str_o_idx],
140 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK;
148 uint8_t *str_o, int str_max_len,
172 memset(str_o, 0, str_max_len);
183 memset(str_o, 0, str_max_len);
235 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len,
246 if (str_o_len > 0 && str_o_len <= 2 && str_o[0] == '.' &&
247 (str_o_len == 1 || str_o[
147 udf_name_from_CS0(struct super_block *sb, uint8_t *str_o, int str_max_len, const uint8_t *ocu, int ocu_len, int translate) argument
[all...]

Completed in 172 milliseconds