/linux-5.19.10/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-5.19.10/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-5.19.10/tools/include/uapi/asm-generic/ ! |
D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ ! |
D | errno.h | 21 #define ELOOP 40 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/tools/arch/alpha/include/uapi/asm/ ! |
D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/tools/arch/mips/include/uapi/asm/ ! |
D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/tools/arch/parisc/include/uapi/asm/ ! |
D | errno.h | 113 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/tools/arch/sparc/include/uapi/asm/ ! |
D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/arch/sparc/include/uapi/asm/ ! |
D | errno.h | 36 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/arch/parisc/include/uapi/asm/ ! |
D | errno.h | 113 #define ELOOP 249 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ ! |
D | errno.h | 39 #define ELOOP 62 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/arch/mips/include/uapi/asm/ ! |
D | errno.h | 65 #define ELOOP 90 /* Too many symbolic links encountered */ macro
|
/linux-5.19.10/net/bluetooth/ ! |
D | lib.c | 114 return ELOOP; in bt_to_errno()
|
/linux-5.19.10/net/9p/ ! |
D | error.c | 79 {"Too many levels of symbolic links", ELOOP},
|
/linux-5.19.10/fs/afs/ ! |
D | misc.c | 85 case UAELOOP: return -ELOOP; in afs_abort_to_error()
|
/linux-5.19.10/tools/testing/selftests/mount/ ! |
D | nosymfollow-test.c | 137 if ((link != -1 || errno != ELOOP)) { in test_link_traversal()
|
/linux-5.19.10/lib/ ! |
D | errname.c | 80 E(ELOOP),
|
/linux-5.19.10/fs/nfs/ ! |
D | nfs4super.c | 114 ret = -ELOOP; in nfs_referral_loop_protect()
|
D | nfs4file.c | 86 case -ELOOP: in nfs4_file_open()
|
/linux-5.19.10/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-5.19.10/include/trace/events/ ! |
D | nfs.h | 228 { ELOOP, "ELOOP" }, \
|
/linux-5.19.10/Documentation/filesystems/spufs/ ! |
D | spu_create.rst | 74 ELOOP Too many symlinks were found while resolving pathname.
|
/linux-5.19.10/net/sched/ ! |
D | sch_teql.c | 180 return -ELOOP; in teql_qdisc_init()
|