Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 25 of 204) sorted by relevance

123456789

/Linux-v5.4/fs/udf/
Dsymlink.c58 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()
/Linux-v5.4/fs/
Dd_path.c15 return -ENAMETOOLONG; in prepend()
46 return -ENAMETOOLONG; in prepend_name()
151 error = -ENAMETOOLONG; in prepend_path()
305 return ERR_PTR(-ENAMETOOLONG); in dynamic_dname()
318 end = ERR_PTR(-ENAMETOOLONG); in simple_dname()
367 return ERR_PTR(-ENAMETOOLONG); in __dentry_path()
392 return ERR_PTR(-ENAMETOOLONG); in dentry_path()
/Linux-v5.4/security/apparmor/
Dpath.c29 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()
/Linux-v5.4/fs/ntfs/
Dunistr.c292 i = -ENAMETOOLONG; in ntfs_nlstoucs()
334 wc = -ENAMETOOLONG; in ntfs_ucstonls()
351 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls()
378 if (wc != -ENAMETOOLONG) in ntfs_ucstonls()
/Linux-v5.4/fs/nls/
Dnls_euc-jp.c424 return -ENAMETOOLONG; in uni2char()
442 return -ENAMETOOLONG; in uni2char()
453 return -ENAMETOOLONG; in uni2char()
488 return -ENAMETOOLONG; in char2uni()
Dnls_cp932.c7845 return -ENAMETOOLONG; in uni2char()
7854 return -ENAMETOOLONG; in uni2char()
7884 return -ENAMETOOLONG; in char2uni()
7896 return -ENAMETOOLONG; in char2uni()
Dnls_ascii.c127 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-1.c218 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-6.c224 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-9.c233 return -ENAMETOOLONG; in uni2char()
Dnls_utf8.c19 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-2.c269 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-3.c269 return -ENAMETOOLONG; in uni2char()
Dnls_iso8859-4.c269 return -ENAMETOOLONG; in uni2char()
Dnls_koi8-ru.c20 return -ENAMETOOLONG; in uni2char()
Dnls_cp936.c11009 return -ENAMETOOLONG; in uni2char()
11028 return -ENAMETOOLONG; in uni2char()
11038 return -ENAMETOOLONG; in uni2char()
11057 return -ENAMETOOLONG; in char2uni()
/Linux-v5.4/fs/hfs/
Dtrans.c67 if (size == -ENAMETOOLONG) in hfs_mac2asc()
125 if (size == -ENAMETOOLONG) in hfs_asc2mac()
/Linux-v5.4/net/9p/
Derror.c77 {"File name too long", ENAMETOOLONG},
137 {"illegal name", ENAMETOOLONG},
/Linux-v5.4/fs/kernfs/
Dsymlink.c75 return -ENAMETOOLONG; in kernfs_get_target_path()
94 return -ENAMETOOLONG; in kernfs_get_target_path()
/Linux-v5.4/fs/qnx6/
Dnamei.c26 return ERR_PTR(-ENAMETOOLONG); in qnx6_lookup()
/Linux-v5.4/crypto/
Dsimd.c169 err = -ENAMETOOLONG; in simd_skcipher_create_compat()
219 return ERR_PTR(-ENAMETOOLONG); in simd_skcipher_create()
419 err = -ENAMETOOLONG; in simd_aead_create_compat()
469 return ERR_PTR(-ENAMETOOLONG); in simd_aead_create()
/Linux-v5.4/fs/efs/
Dsymlink.c23 err = -ENAMETOOLONG; in efs_symlink_readpage()
/Linux-v5.4/include/uapi/asm-generic/
Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro
/Linux-v5.4/fs/minix/
Dnamei.c28 return ERR_PTR(-ENAMETOOLONG); in minix_lookup()
75 int err = -ENAMETOOLONG; in minix_symlink()

123456789