Searched refs:ENAMETOOLONG (Results 51 - 75 of 219) sorted by relevance

123456789

/linux-master/fs/smb/client/
H A Dnamespace.c160 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/erofs/
H A Dnamei.c204 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/xfs/
H A Dxfs_symlink.c116 return -ENAMETOOLONG;
/linux-master/drivers/s390/block/
H A Ddcssblk.c566 rc = -ENAMETOOLONG;
589 rc = -ENAMETOOLONG;
620 rc = -ENAMETOOLONG;
774 rc = -ENAMETOOLONG;
/linux-master/drivers/hwmon/
H A Dabituguru3.c1010 res = -ENAMETOOLONG;
1033 res = -ENAMETOOLONG;
/linux-master/fs/coda/
H A Ddir.c52 return ERR_PTR(-ENAMETOOLONG);
245 return -ENAMETOOLONG;
/linux-master/crypto/
H A Dhctr2.c475 err = -ENAMETOOLONG;
543 return -ENAMETOOLONG;
H A Dlskcipher.c577 err = -ENAMETOOLONG;
611 err = -ENAMETOOLONG;
H A Dgcm.c618 err = -ENAMETOOLONG;
665 return -ENAMETOOLONG;
858 err = -ENAMETOOLONG;
1073 err = -ENAMETOOLONG;
/linux-master/fs/nilfs2/
H A Dnamei.c60 return ERR_PTR(-ENAMETOOLONG);
138 return -ENAMETOOLONG;
/linux-master/fs/vboxsf/
H A Dutils.c410 return ERR_PTR(-ENAMETOOLONG);
422 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/nls/
H A Dnls_ascii.c127 return -ENAMETOOLONG;
H A Dnls_euc-jp.c424 return -ENAMETOOLONG;
442 return -ENAMETOOLONG;
453 return -ENAMETOOLONG;
488 return -ENAMETOOLONG;
/linux-master/net/ieee802154/
H A Dnl-phy.c193 return -ENAMETOOLONG;
/linux-master/fs/nfs/
H A Dnamespace.c129 return ERR_PTR(-ENAMETOOLONG);
H A Dnfs3xdr.c214 return -ENAMETOOLONG;
248 return -ENAMETOOLONG;
1994 return error == -ENAMETOOLONG ? -ENAMETOOLONG : -EAGAIN;
2469 { NFSERR_NAMETOOLONG, -ENAMETOOLONG },
H A Dnfs4namespace.c51 return -ENAMETOOLONG;
/linux-master/fs/afs/
H A Ddynroot.c246 _leave(" = -ENAMETOOLONG");
247 return ERR_PTR(-ENAMETOOLONG);
H A Ddir.c958 ret = ERR_PTR(-ENAMETOOLONG);
1000 _leave(" = -ENAMETOOLONG");
1001 return ERR_PTR(-ENAMETOOLONG);
1582 return -ENAMETOOLONG;
1657 int ret = -ENAMETOOLONG;
1730 int ret = -ENAMETOOLONG;
1794 ret = -ENAMETOOLONG;
/linux-master/include/trace/misc/
H A Dnfs.h217 { ENAMETOOLONG, "ENAMETOOLONG" }, \
/linux-master/fs/
H A Dseq_file.c512 int res = -ENAMETOOLONG;
526 res = -ENAMETOOLONG;
531 return res < 0 && res != -ENAMETOOLONG ? res : 0;
/linux-master/fs/udf/
H A Dnamei.c115 return ERR_PTR(-ENAMETOOLONG);
235 return -ENAMETOOLONG;
656 err = -ENAMETOOLONG;
/linux-master/fs/overlayfs/
H A Dnamei.c244 if (err == -ENOENT || err == -ENAMETOOLONG)
1062 return ERR_PTR(-ENAMETOOLONG);
1405 case -ENAMETOOLONG:
/linux-master/fs/adfs/
H A Ddir.c402 return -ENAMETOOLONG;
/linux-master/fs/omfs/
H A Ddir.c301 return ERR_PTR(-ENAMETOOLONG);

Completed in 237 milliseconds

123456789