Searched refs:EMLINK (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno-base.h34 #define EMLINK 31 /* Too many links */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dlib.c93 return EMLINK;
96 return EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h34 #define EMLINK 31 /* Too many links */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h81 #define EMLINK 31 /* Too many links */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h81 #define EMLINK 31 /* Too many links */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h81 #define EMLINK 31 /* Too many links */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmisc.c50 case 0x2f6df1e: return -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-errno.c56 int e31 = EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Dnamei.c100 return -EMLINK;
111 int err = -EMLINK;
226 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dnamei.c125 return -EMLINK;
137 int err = -EMLINK;
256 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dnamei.c152 return -EMLINK;
164 int err = -EMLINK;
285 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dnamei.c203 return -EMLINK;
224 int err = -EMLINK;
355 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dnamei.c178 return -EMLINK;
193 int err = -EMLINK;
317 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c123 ERRSTR(EMLINK, "Too many links");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dnamei.c214 return -EMLINK;
240 return -EMLINK;
422 err = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_utils.c301 return XFS_ERROR(EMLINK);
H A Dxfs_rename.c127 error = XFS_ERROR(EMLINK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Derror.c84 {"Too many links", EMLINK},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode-item.c180 ret = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclierror.c290 {NT_STATUS_TOO_MANY_LINKS, EMLINK},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dnamei.c224 rc = -EMLINK;
809 return -EMLINK;
1146 rc = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsproc.c721 { nfserr_mlink, -EMLINK },
729 { nfserr_mlink, -EMLINK },
H A Dnfs4callback.c166 { NFS4ERR_MLINK, EMLINK },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dnamei.c663 err = -EMLINK;
1068 return -EMLINK;
1178 retval = -EMLINK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dprocess_keys.c735 return -EMLINK;

Completed in 225 milliseconds

123