Lines Matching defs:str_max_len
152 uint8_t *str_o, int str_max_len,
172 if (str_max_len <= 0)
176 memset(str_o, 0, str_max_len);
187 memset(str_o, 0, str_max_len);
218 ext_max_len = min_t(int, sizeof(ext), str_max_len);
225 if ((ext_o_len + CRC_LEN) < str_max_len)
234 if (str_o_len > (str_max_len - ext_o_len))
239 if (!udf_name_conv_char(str_o, str_max_len, &str_o_len,
245 (str_o_len <= (str_max_len - ext_o_len - CRC_LEN)))
261 len = min_t(int, CRC_LEN, str_max_len - str_o_len);