Searched refs:ENAMETOOLONG (Results 1 – 25 of 162) sorted by relevance
1234567
58 return -ENAMETOOLONG; in udf_pc_to_char()65 return -ENAMETOOLONG; in udf_pc_to_char()72 return -ENAMETOOLONG; in udf_pc_to_char()91 return -ENAMETOOLONG; in udf_pc_to_char()116 err = -ENAMETOOLONG; in udf_symlink_filler()
15 return -ENAMETOOLONG; in prepend()46 return -ENAMETOOLONG; in prepend_name()149 error = -ENAMETOOLONG; in prepend_path()303 return ERR_PTR(-ENAMETOOLONG); in dynamic_dname()316 end = ERR_PTR(-ENAMETOOLONG); in simple_dname()366 return ERR_PTR(-ENAMETOOLONG); in __dentry_path()391 return ERR_PTR(-ENAMETOOLONG); in dentry_path()
306 i = -ENAMETOOLONG; in ntfs_nlstoucs()348 wc = -ENAMETOOLONG; in ntfs_ucstonls()365 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls()392 if (wc != -ENAMETOOLONG) in ntfs_ucstonls()
424 return -ENAMETOOLONG; in uni2char()442 return -ENAMETOOLONG; in uni2char()453 return -ENAMETOOLONG; in uni2char()488 return -ENAMETOOLONG; in char2uni()
127 return -ENAMETOOLONG; in uni2char()
7845 return -ENAMETOOLONG; in uni2char()7854 return -ENAMETOOLONG; in uni2char()7884 return -ENAMETOOLONG; in char2uni()7896 return -ENAMETOOLONG; in char2uni()
218 return -ENAMETOOLONG; in uni2char()
19 return -ENAMETOOLONG; in uni2char()
233 return -ENAMETOOLONG; in uni2char()
224 return -ENAMETOOLONG; in uni2char()
269 return -ENAMETOOLONG; in uni2char()
20 return -ENAMETOOLONG; in uni2char()
262 return -ENAMETOOLONG; in uni2char()
311 return -ENAMETOOLONG; in uni2char()
382 return -ENAMETOOLONG; in uni2char()
276 return -ENAMETOOLONG; in uni2char()
342 return -ENAMETOOLONG; in uni2char()
348 return -ENAMETOOLONG; in uni2char()
67 if (size == -ENAMETOOLONG) in hfs_mac2asc()125 if (size == -ENAMETOOLONG) in hfs_asc2mac()
76 return -ENAMETOOLONG; in kernfs_get_target_path()95 return -ENAMETOOLONG; in kernfs_get_target_path()
26 return ERR_PTR(-ENAMETOOLONG); in qnx6_lookup()
23 err = -ENAMETOOLONG; in efs_symlink_readpage()
8 #define ENAMETOOLONG 36 /* File name too long */ macro