Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/udf/
A Dunicode.c276 uint8_t *ocu, int ocu_max_len, in udf_name_to_CS0() argument
285 if (ocu_max_len <= 0) in udf_name_to_CS0()
293 memset(ocu, 0, ocu_max_len); in udf_name_to_CS0()
302 if (u_len + u_ch > ocu_max_len) in udf_name_to_CS0()
333 if (u_len + 2 * u_ch > ocu_max_len) in udf_name_to_CS0()

Completed in 4 milliseconds