Lines Matching refs:str_max_len
148 uint8_t *str_o, int str_max_len,
168 if (str_max_len <= 0)
172 memset(str_o, 0, str_max_len);
183 memset(str_o, 0, str_max_len);
214 ext_max_len = min_t(int, sizeof(ext), str_max_len);
221 if ((ext_o_len + CRC_LEN) < str_max_len)
230 if (str_o_len > (str_max_len - ext_o_len))
235 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len,
241 (str_o_len <= (str_max_len - ext_o_len - CRC_LEN)))
257 len = min_t(int, CRC_LEN, str_max_len - str_o_len);