Searched refs:ENAMETOOLONG (Results 1 - 25 of 219) sorted by relevance

123456789

/linux-master/fs/udf/
H A Dsymlink.c54 return -ENAMETOOLONG;
61 return -ENAMETOOLONG;
68 return -ENAMETOOLONG;
87 return -ENAMETOOLONG;
112 err = -ENAMETOOLONG;
/linux-master/fs/qnx6/
H A Dnamei.c26 return ERR_PTR(-ENAMETOOLONG);
/linux-master/security/apparmor/
H A Dpath.c29 return -ENAMETOOLONG;
134 if (PTR_ERR(res) == -ENAMETOOLONG) {
135 error = -ENAMETOOLONG;
208 else if (error == -ENAMETOOLONG)
/linux-master/fs/hfs/
H A Dtrans.c67 if (size == -ENAMETOOLONG)
125 if (size == -ENAMETOOLONG)
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h40 #define ENAMETOOLONG 63 /* File name too long */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h53 #define ENAMETOOLONG 78 /* File name too long */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h37 #define ENAMETOOLONG 63 /* File name too long */ macro
/linux-master/fs/nls/
H A Dnls_koi8-ru.c20 return -ENAMETOOLONG;
H A Dnls_utf8.c19 return -ENAMETOOLONG;
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h40 #define ENAMETOOLONG 63 /* File name too long */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h53 #define ENAMETOOLONG 78 /* File name too long */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h37 #define ENAMETOOLONG 63 /* File name too long */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */ macro
/linux-master/fs/efs/
H A Dsymlink.c24 err = -ENAMETOOLONG;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h110 #define ENAMETOOLONG 248 /* File name too long */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h110 #define ENAMETOOLONG 248 /* File name too long */ macro
/linux-master/net/9p/
H A Derror.c75 {"File name too long", ENAMETOOLONG},
135 {"illegal name", ENAMETOOLONG},
/linux-master/fs/kernfs/
H A Dsymlink.c74 return -ENAMETOOLONG;
93 return -ENAMETOOLONG;
/linux-master/fs/jfs/
H A Djfs_unicode.c108 return -ENAMETOOLONG;
/linux-master/fs/
H A Dd_path.c23 return ERR_PTR(-ENAMETOOLONG);
312 return ERR_PTR(-ENAMETOOLONG);
438 error = -ENAMETOOLONG;
/linux-master/fs/hpfs/
H A Dname.c45 if (*len > 254) return -ENAMETOOLONG;
/linux-master/kernel/module/
H A Dkmod.c153 return -ENAMETOOLONG;
/linux-master/fs/ntfs3/
H A Ddir.c112 * detect -ENAMETOOLONG without writing out of expected maximum.
132 return -ENAMETOOLONG;
146 return -ENAMETOOLONG;
153 return -ENAMETOOLONG;
197 return -ENAMETOOLONG;
/linux-master/fs/sysv/
H A Dnamei.c37 return ERR_PTR(-ENAMETOOLONG);
73 int err = -ENAMETOOLONG;

Completed in 290 milliseconds

123456789