Searched refs:UDF_NAME_LEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dunicode.c17 if ((!dest) || (!src) || (!strlen) || (strlen > UDF_NAME_LEN - 2))
74 * of size UDF_NAME_LEN bytes.
106 for (i = 0; (i < ocu_len) && (utf_o->u_len <= (UDF_NAME_LEN - 3));) {
148 * buffer of size UDF_NAME_LEN bytes.
259 for (i = 0; (i < ocu_len) && (utf_o->u_len <= (UDF_NAME_LEN - 3));) {
266 UDF_NAME_LEN - utf_o->u_len);
370 namelen = udf_UTF8toCS0(dname, &unifilename, UDF_NAME_LEN);
375 &unifilename, UDF_NAME_LEN);
H A Dudfdecl.h43 #define UDF_NAME_LEN 256 macro
103 uint8_t u_name[UDF_NAME_LEN - 2];
H A Ddir.c65 fname = kmalloc(UDF_NAME_LEN, GFP_NOFS);
H A Dnamei.c187 fname = kmalloc(UDF_NAME_LEN, GFP_NOFS);
263 if (dentry->d_name.len > UDF_NAME_LEN - 2)
325 name = kmalloc(UDF_NAME_LEN, GFP_NOFS);
901 name = kmalloc(UDF_NAME_LEN, GFP_NOFS);
H A Dsuper.c2156 buf->f_namelen = UDF_NAME_LEN - 2;

Completed in 69 milliseconds