| /Linux-v5.15/tools/testing/selftests/openat2/ |
| D | resolve_test.c | 361 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 364 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 371 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 374 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 378 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 397 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 400 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 403 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 406 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() 409 .out.err = -ELOOP, .pass = false }, in test_openat2_opath_tests() [all …]
|
| /Linux-v5.15/tools/testing/selftests/exec/ |
| D | execveat.c | 309 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests() 311 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests() 314 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
|
| D | recursion-depth.c | 62 if (rv == -1 && errno == ELOOP) { in main()
|
| D | non-regular.c | 76 .expected = ELOOP, in FIXTURE_VARIANT_ADD()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | errno.h | 113 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 113 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
| /Linux-v5.15/net/bluetooth/ |
| D | lib.c | 114 return ELOOP; in bt_to_errno()
|
| /Linux-v5.15/fs/afs/ |
| D | misc.c | 85 case UAELOOP: return -ELOOP; in afs_abort_to_error()
|
| /Linux-v5.15/net/9p/ |
| D | error.c | 81 {"Too many levels of symbolic links", ELOOP},
|
| /Linux-v5.15/tools/testing/selftests/mount/ |
| D | nosymfollow-test.c | 137 if ((link != -1 || errno != ELOOP)) { in test_link_traversal()
|
| /Linux-v5.15/lib/ |
| D | errname.c | 80 E(ELOOP),
|
| /Linux-v5.15/fs/nfs/ |
| D | nfs4super.c | 114 ret = -ELOOP; in nfs_referral_loop_protect()
|
| D | nfs4file.c | 84 case -ELOOP: in nfs4_file_open()
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | directory-locking.rst | 52 fail with -ELOOP 133 we had acquired filesystem lock and rename() would fail with -ELOOP in that
|
| /Linux-v5.15/Documentation/filesystems/spufs/ |
| D | spu_create.rst | 74 ELOOP Too many symlinks were found while resolving pathname.
|
| /Linux-v5.15/net/sched/ |
| D | sch_teql.c | 180 return -ELOOP; in teql_qdisc_init()
|
| /Linux-v5.15/fs/orangefs/ |
| D | orangefs-utils.c | 465 ENOLCK, ENOSYS, ENOTEMPTY, ELOOP, EWOULDBLOCK, ENOMSG, EUNATCH,
|