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

12

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h35 #define EMLINK 31 /* Too many links */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h35 #define EMLINK 31 /* Too many links */ macro
/linux-master/net/bluetooth/
H A Dlib.c98 return EMLINK;
101 return EMLINK;
203 case -EMLINK:
/linux-master/net/9p/
H A Derror.c70 {"Too many links", EMLINK},
/linux-master/fs/afs/
H A Dmisc.c81 case UAEMLINK: return -EMLINK;
/linux-master/lib/
H A Derrname.c86 E(EMLINK),
/linux-master/drivers/md/dm-vdo/
H A Derrors.c48 [EMLINK] = "Too many links",
/linux-master/fs/btrfs/
H A Dinode-item.c308 /* Will return 0, -ENOMEM, -EMLINK, or -EEXIST or anything from the CoW path */
355 ret = -EMLINK;
371 if (ret == -EMLINK) {
/linux-master/include/trace/misc/
H A Dnfs.h216 { EMLINK, "EMLINK" }, \
/linux-master/fs/gfs2/
H A Dinode.c377 return -EMLINK;
1003 error = -EMLINK;
1548 error = -EMLINK;
/linux-master/fs/orangefs/
H A Dorangefs-utils.c464 EFBIG, ENOSPC, EROFS, EMLINK, EPIPE, EDEADLK, ENAMETOOLONG,
/linux-master/fs/ntfs3/
H A Dnamei.c147 return -EMLINK;
/linux-master/fs/ocfs2/
H A Dnamei.c275 status = -EMLINK;
773 err = -EMLINK;
1357 status = -EMLINK;
/linux-master/mm/
H A Dgup.c643 page = ERR_PTR(-EMLINK);
801 * of a shared anonymous page first, -EMLINK is returned. The caller should
1240 if (!page || PTR_ERR(page) == -EMLINK) {
1242 PTR_ERR(page) == -EMLINK, locked);
/linux-master/fs/nfs/
H A Dnfs2xdr.c1082 { NFSERR_MLINK, -EMLINK },
H A Dnfs3xdr.c2468 { NFSERR_MLINK, -EMLINK },
/linux-master/fs/ext4/
H A Dnamei.c2758 * feature is not enabled and returned -EMLINK. The is_dx() check is a proxy
3004 return -EMLINK;
3500 return -EMLINK;
3903 retval = -EMLINK;
4138 retval = -EMLINK;
/linux-master/net/smc/
H A Dsmc_llc.c816 return -EMLINK;
828 return -EMLINK;
/linux-master/fs/nfsd/
H A Dvfs.c75 { nfserr_mlink, -EMLINK },
83 { nfserr_mlink, -EMLINK },
H A Dnfs4callback.c181 { NFS4ERR_MLINK, -EMLINK },
/linux-master/fs/smb/client/
H A Dnetmisc.c70 {ErrTooManyLinks, -EMLINK},
/linux-master/fs/overlayfs/
H A Ddir.c95 if (err != -EMLINK) {
/linux-master/fs/reiserfs/
H A Dnamei.c1218 return -EMLINK;
/linux-master/fs/f2fs/
H A Dnamei.c1230 err = -EMLINK;
/linux-master/fs/
H A Dnamei.c4121 return -EMLINK;
4601 error = -EMLINK;
4863 error = -EMLINK;

Completed in 656 milliseconds

12