Home
last modified time | relevance | path

Searched refs:ELOOP (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/tools/testing/selftests/exec/
Dexecveat.c295 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
297 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
300 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
/linux-4.4.14/include/uapi/asm-generic/
Derrno.h20 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h64 #define ELOOP 90 /* Too many symbolic links encountered */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h35 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h38 #define ELOOP 62 /* Too many symbolic links encountered */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h112 #define ELOOP 249 /* Too many symbolic links encountered */ macro
/linux-4.4.14/net/bluetooth/
Dlib.c114 return ELOOP; in bt_to_errno()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c83 [ELOOP] = LUSTRE_ELOOP,
229 [LUSTRE_ELOOP] = ELOOP,
/linux-4.4.14/net/9p/
Derror.c96 {"Too many levels of symbolic links", ELOOP},
/linux-4.4.14/Documentation/filesystems/
Ddirectory-locking37 fail with -ELOOP
115 we had acquired filesystem lock and rename() would fail with -ELOOP in that
Dspufs.txt466 ELOOP Too many symlinks were found while resolving pathname.
/linux-4.4.14/drivers/net/
Dgeneve.c748 return ERR_PTR(-ELOOP); in geneve_get_v4_rt()
791 return ERR_PTR(-ELOOP); in geneve_get_v6_dst()
890 if (err == -ELOOP) in geneve_xmit_skb()
971 if (err == -ELOOP) in geneve6_xmit_skb()
/linux-4.4.14/fs/nfs/
Dnfs4super.c188 ret = -ELOOP; in nfs_referral_loop_protect()
Ddir.c320 status = -ELOOP; in nfs_readdir_search_for_cookie()
1543 case -ELOOP: in nfs_atomic_open()
Dnfs4trace.h40 { -ELOOP, "ELOOP" }, \
Dnfs4xdr.c7405 { NFS4ERR_SYMLINK, -ELOOP },
Dnfs4proc.c2040 data->rpc_status = -ELOOP; in nfs4_open_done()
/linux-4.4.14/net/bridge/
Dbr_if.c457 return -ELOOP; in br_add_if()
/linux-4.4.14/net/sched/
Dsch_teql.c180 return -ELOOP; in teql_qdisc_init()
Dsch_api.c1087 return arg.w.stop ? -ELOOP : 0; in check_loop()
1100 return -ELOOP; in check_loop_fn()
1240 return -ELOOP; in tc_modify_qdisc()
/linux-4.4.14/fs/
Dnamei.c1110 return -ELOOP; in follow_automount()
1673 return -ELOOP; in pick_link()
2686 return -ELOOP; in may_open()
3159 error = -ELOOP; in do_last()
3375 return ERR_PTR(-ELOOP); in do_file_open_root()
Deventpoll.c1893 error = -ELOOP; in SYSCALL_DEFINE4()
Dnamespace.c2282 err = -ELOOP; in do_move_mount()
2435 err = -ELOOP; in finish_automount()
Dexec.c1414 return -ELOOP; in search_binary_handler()
Ddcache.c2791 new = ERR_PTR(-ELOOP); in d_splice_alias()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c200 { NFS4ERR_SYMLINK, -ELOOP },
/linux-4.4.14/drivers/vhost/
Dvringh.c323 err = -ELOOP; in __vringh_iov()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c337 case -ELOOP: in intel_pt_ext_err()
937 err = -ELOOP; in intel_pt_walk_insn()
/linux-4.4.14/security/keys/
Dkeyring.c736 ctx->result = ERR_PTR(-ELOOP); in search_nested_keyrings()
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c702 return -ELOOP; in translate_table()
Dip_tables.c867 return -ELOOP; in translate_table()
/linux-4.4.14/fs/ocfs2/cluster/
Dtcp.c1065 ret = -ELOOP; in o2net_send_message_vec()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c879 return -ELOOP; in translate_table()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c1089 case -ELOOP: in ff_layout_async_handle_error_v3()
/linux-4.4.14/fs/cifs/
Dconnect.c3668 rc = -ELOOP; in cifs_mount()
/linux-4.4.14/net/key/
Daf_key.c1895 return -ELOOP; in parse_ipsecrequest()
/linux-4.4.14/Documentation/security/
Dkeys.txt587 The link procedure checks the nesting of the keyrings, returning ELOOP if
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c4198 return -ELOOP; in nf_tables_check_loops()