Searched refs:ENAMETOOLONG (Results 1 – 25 of 199) sorted by relevance
12345678
54 return -ENAMETOOLONG; in udf_pc_to_char() 61 return -ENAMETOOLONG; in udf_pc_to_char() 68 return -ENAMETOOLONG; in udf_pc_to_char() 87 return -ENAMETOOLONG; in udf_pc_to_char() 111 err = -ENAMETOOLONG; in udf_symlink_filler()
29 return -ENAMETOOLONG; in prepend() 134 if (PTR_ERR(res) == -ENAMETOOLONG) { in d_namespace_path() 135 error = -ENAMETOOLONG; in d_namespace_path() 208 else if (error == -ENAMETOOLONG) in aa_path_name()
424 return -ENAMETOOLONG; in uni2char() 442 return -ENAMETOOLONG; in uni2char() 453 return -ENAMETOOLONG; in uni2char() 488 return -ENAMETOOLONG; in char2uni()
7845 return -ENAMETOOLONG; in uni2char() 7854 return -ENAMETOOLONG; in uni2char() 7884 return -ENAMETOOLONG; in char2uni() 7896 return -ENAMETOOLONG; in char2uni()
127 return -ENAMETOOLONG; in uni2char()
218 return -ENAMETOOLONG; in uni2char()
269 return -ENAMETOOLONG; in uni2char()
19 return -ENAMETOOLONG; in uni2char()
224 return -ENAMETOOLONG; in uni2char()
233 return -ENAMETOOLONG; in uni2char()
20 return -ENAMETOOLONG; in uni2char()
11009 return -ENAMETOOLONG; in uni2char() 11028 return -ENAMETOOLONG; in uni2char() 11038 return -ENAMETOOLONG; in uni2char() 11057 return -ENAMETOOLONG; in char2uni()
67 if (size == -ENAMETOOLONG) in hfs_mac2asc() 125 if (size == -ENAMETOOLONG) in hfs_asc2mac()
76 {"File name too long", ENAMETOOLONG},136 {"illegal name", ENAMETOOLONG},
74 return -ENAMETOOLONG; in kernfs_get_target_path() 93 return -ENAMETOOLONG; in kernfs_get_target_path()
32 { NFSERR_NAMETOOLONG, -ENAMETOOLONG },95 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
23 return ERR_PTR(-ENAMETOOLONG); in extract_string() 312 return ERR_PTR(-ENAMETOOLONG); in dynamic_dname() 438 error = -ENAMETOOLONG; in SYSCALL_DEFINE2()
25 return ERR_PTR(-ENAMETOOLONG); in qnx6_lookup()
112 * detect -ENAMETOOLONG without writing out of expected maximum.132 return -ENAMETOOLONG; in _utf8s_to_utf16s() 146 return -ENAMETOOLONG; in _utf8s_to_utf16s() 153 return -ENAMETOOLONG; in _utf8s_to_utf16s() 197 return -ENAMETOOLONG; in ntfs_nls_to_utf16()
23 err = -ENAMETOOLONG; in efs_symlink_read_folio()
202 if (res == -ENAMETOOLONG) in hfsplus_uni2asc() 245 if (res == -ENAMETOOLONG) in hfsplus_uni2asc() 382 return -ENAMETOOLONG; in hfsplus_asc2uni()
8 #define ENAMETOOLONG 36 /* File name too long */ macro