Home
last modified time | relevance | path

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

/linux-6.12.1/fs/udf/
Dunicode.c272 uint8_t *ocu, int ocu_max_len, in udf_name_to_CS0() argument
281 if (ocu_max_len <= 0) in udf_name_to_CS0()
289 memset(ocu, 0, ocu_max_len); in udf_name_to_CS0()
298 if (u_len + u_ch > ocu_max_len) in udf_name_to_CS0()
329 if (u_len + 2 * u_ch > ocu_max_len) in udf_name_to_CS0()