Home
last modified time | relevance | path

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

/linux-6.12.1/fs/udf/
Ddir.c70 fname = kmalloc(UDF_NAME_LEN, GFP_KERNEL); in udf_readdir()
107 iter.fi.lengthFileIdent, fname, UDF_NAME_LEN); in udf_readdir()
Dudfdecl.h43 #define UDF_NAME_LEN 254 macro
Dnamei.c62 fname = kmalloc(UDF_NAME_LEN, GFP_KERNEL); in udf_fiiter_find_entry()
87 iter->fi.lengthFileIdent, fname, UDF_NAME_LEN); in udf_fiiter_find_entry()
114 if (dentry->d_name.len > UDF_NAME_LEN) in udf_lookup()
Dsuper.c2419 buf->f_namelen = UDF_NAME_LEN; in udf_statfs()