Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/fs/udf/
A 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-6.3-rc2/security/apparmor/
A 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-6.3-rc2/fs/ntfs/
A 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-6.3-rc2/fs/nls/
A Dnls_euc-jp.c424 return -ENAMETOOLONG; in uni2char()
442 return -ENAMETOOLONG; in uni2char()
453 return -ENAMETOOLONG; in uni2char()
488 return -ENAMETOOLONG; in char2uni()
A Dnls_cp932.c7845 return -ENAMETOOLONG; in uni2char()
7854 return -ENAMETOOLONG; in uni2char()
7884 return -ENAMETOOLONG; in char2uni()
7896 return -ENAMETOOLONG; in char2uni()
A Dnls_ascii.c127 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-1.c218 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-9.c233 return -ENAMETOOLONG; in uni2char()
A Dnls_utf8.c19 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-6.c224 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-3.c269 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-4.c269 return -ENAMETOOLONG; in uni2char()
A Dnls_iso8859-2.c269 return -ENAMETOOLONG; in uni2char()
A Dnls_koi8-ru.c20 return -ENAMETOOLONG; in uni2char()
A Dnls_cp936.c11009 return -ENAMETOOLONG; in uni2char()
11028 return -ENAMETOOLONG; in uni2char()
11038 return -ENAMETOOLONG; in uni2char()
11057 return -ENAMETOOLONG; in char2uni()
/linux-6.3-rc2/fs/hfs/
A Dtrans.c67 if (size == -ENAMETOOLONG) in hfs_mac2asc()
125 if (size == -ENAMETOOLONG) in hfs_asc2mac()
/linux-6.3-rc2/fs/kernfs/
A Dsymlink.c74 return -ENAMETOOLONG; in kernfs_get_target_path()
93 return -ENAMETOOLONG; in kernfs_get_target_path()
/linux-6.3-rc2/net/9p/
A Derror.c75 {"File name too long", ENAMETOOLONG},
135 {"illegal name", ENAMETOOLONG},
/linux-6.3-rc2/fs/
A Dd_path.c22 return ERR_PTR(-ENAMETOOLONG); in extract_string()
311 return ERR_PTR(-ENAMETOOLONG); in dynamic_dname()
437 error = -ENAMETOOLONG; in SYSCALL_DEFINE2()
/linux-6.3-rc2/crypto/
A Dsimd.c165 err = -ENAMETOOLONG; in simd_skcipher_create_compat()
216 return ERR_PTR(-ENAMETOOLONG); in simd_skcipher_create()
412 err = -ENAMETOOLONG; in simd_aead_create_compat()
463 return ERR_PTR(-ENAMETOOLONG); in simd_aead_create()
/linux-6.3-rc2/fs/ntfs3/
A Ddir.c132 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()
/linux-6.3-rc2/fs/qnx6/
A Dnamei.c26 return ERR_PTR(-ENAMETOOLONG); in qnx6_lookup()
/linux-6.3-rc2/fs/efs/
A Dsymlink.c24 err = -ENAMETOOLONG; in efs_symlink_read_folio()
/linux-6.3-rc2/fs/hfsplus/
A Dunicode.c195 if (res == -ENAMETOOLONG) in hfsplus_uni2asc()
238 if (res == -ENAMETOOLONG) in hfsplus_uni2asc()
375 return -ENAMETOOLONG; in hfsplus_asc2uni()
/linux-6.3-rc2/include/uapi/asm-generic/
A Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro

Completed in 56 milliseconds

123456789