/openbmc/linux/fs/udf/ |
H A D | symlink.c | 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() 112 err = -ENAMETOOLONG; in udf_symlink_filler()
|
/openbmc/linux/security/apparmor/ |
H A D | path.c | 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()
|
/openbmc/linux/fs/ntfs/ |
H A D | unistr.c | 292 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()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.c | 431 yaffsfs_SetError(-ENAMETOOLONG); in yaffsfs_CheckNameLength() 801 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_open_sharing() 1318 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_truncate() 1433 yaffsfs_SetError(-ENAMETOOLONG); in yaffsfs_DoUnlink() 1502 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_rename() 1641 yaffsfs_SetError(-ENAMETOOLONG); in yaffsfs_DoStatOrLStat() 1748 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_utime() 1810 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_do_setxattr() 1898 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_do_getxattr() 1982 yaffsfs_SetError(-ENAMETOOLONG); in yaffs_do_listxattr() [all …]
|
H A D | yportenv.h | 189 #ifndef ENAMETOOLONG 190 #define ENAMETOOLONG 36 macro
|
H A D | yaffs_error.c | 34 { ENAMETOOLONG, "ENAMETOOLONG"},
|
/openbmc/linux/fs/nls/ |
H A D | nls_euc-jp.c | 424 return -ENAMETOOLONG; in uni2char() 442 return -ENAMETOOLONG; in uni2char() 453 return -ENAMETOOLONG; in uni2char() 488 return -ENAMETOOLONG; in char2uni()
|
H A D | nls_cp932.c | 7845 return -ENAMETOOLONG; in uni2char() 7854 return -ENAMETOOLONG; in uni2char() 7884 return -ENAMETOOLONG; in char2uni() 7896 return -ENAMETOOLONG; in char2uni()
|
H A D | nls_ascii.c | 127 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_cp936.c | 11009 return -ENAMETOOLONG; in uni2char() 11028 return -ENAMETOOLONG; in uni2char() 11038 return -ENAMETOOLONG; in uni2char() 11057 return -ENAMETOOLONG; in char2uni()
|
H A D | nls_iso8859-1.c | 218 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_utf8.c | 19 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_iso8859-6.c | 224 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_iso8859-9.c | 233 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_iso8859-3.c | 269 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_iso8859-4.c | 269 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_iso8859-2.c | 269 return -ENAMETOOLONG; in uni2char()
|
H A D | nls_koi8-ru.c | 20 return -ENAMETOOLONG; in uni2char()
|
/openbmc/linux/fs/hfs/ |
H A D | trans.c | 67 if (size == -ENAMETOOLONG) in hfs_mac2asc() 125 if (size == -ENAMETOOLONG) in hfs_asc2mac()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 31 pub const ENAMETOOLONG: ::c_int = 36; 61 pub const ENAMETOOLONG: ::c_int = 36; 71 pub const ENAMETOOLONG: ::c_int = 36;
|
/openbmc/linux/net/9p/ |
H A D | error.c | 75 {"File name too long", ENAMETOOLONG}, 135 {"illegal name", ENAMETOOLONG},
|
/openbmc/linux/fs/kernfs/ |
H A D | symlink.c | 74 return -ENAMETOOLONG; in kernfs_get_target_path() 93 return -ENAMETOOLONG; in kernfs_get_target_path()
|
/openbmc/linux/fs/ |
H A D | d_path.c | 23 return ERR_PTR(-ENAMETOOLONG); in extract_string() 312 return ERR_PTR(-ENAMETOOLONG); in dynamic_dname() 438 error = -ENAMETOOLONG; in SYSCALL_DEFINE2()
|
/openbmc/linux/fs/ntfs3/ |
H A D | dir.c | 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()
|
/openbmc/linux/fs/qnx6/ |
H A D | namei.c | 26 return ERR_PTR(-ENAMETOOLONG); in qnx6_lookup()
|