Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dunicode.c149 int udf_CS0toUTF8(struct ustr *utf_o, struct ustr *ocu_i) in udf_CS0toUTF8() argument
156 ocu = ocu_i->u_name; in udf_CS0toUTF8()
158 ocu_len = ocu_i->u_len; in udf_CS0toUTF8()
159 cmp_id = ocu_i->u_cmpID; in udf_CS0toUTF8()
172 printk(KERN_ERR "udf: unknown compression code (%d) stri=%s\n", cmp_id, ocu_i->u_name); in udf_CS0toUTF8()
321 int udf_CS0toNLS(struct nls_table *nls, struct ustr *utf_o, struct ustr *ocu_i) in udf_CS0toNLS() argument
328 ocu = ocu_i->u_name; in udf_CS0toNLS()
330 ocu_len = ocu_i->u_len; in udf_CS0toNLS()
331 cmp_id = ocu_i->u_cmpID; in udf_CS0toNLS()
344 printk(KERN_ERR "udf: unknown compression code (%d) stri=%s\n", cmp_id, ocu_i->u_name); in udf_CS0toNLS()