Searched refs:ENAMETOOLONG (Results 176 - 200 of 219) sorted by relevance

123456789

/linux-master/fs/nls/
H A Dmac-gaelic.c527 return -ENAMETOOLONG;
H A Dmac-iceland.c562 return -ENAMETOOLONG;
H A Dmac-inuit.c492 return -ENAMETOOLONG;
H A Dmac-romanian.c562 return -ENAMETOOLONG;
H A Dmac-turkish.c562 return -ENAMETOOLONG;
H A Dmac-roman.c597 return -ENAMETOOLONG;
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c2107 ret = -ENAMETOOLONG;
/linux-master/fs/
H A Dbinfmt_elf.c1620 if (PTR_ERR(filename) == -ENAMETOOLONG) {
H A Dlibfs.c77 return ERR_PTR(-ENAMETOOLONG);
H A Dnamei.c186 return ERR_PTR(-ENAMETOOLONG);
246 return ERR_PTR(-ENAMETOOLONG);
/linux-master/tools/perf/util/
H A Dprobe-finder.c1902 case ENAMETOOLONG:
/linux-master/fs/smb/client/
H A Dsmb2maperror.c569 {STATUS_NAME_TOO_LONG, -ENAMETOOLONG, "STATUS_NAME_TOO_LONG"},
/linux-master/fs/exfat/
H A Dnls.c512 exfat_debug(sb, "failed to %s (estr:ENAMETOOLONG) nls len : %d, unilen : %d > %d",
514 return -ENAMETOOLONG;
/linux-master/net/netfilter/
H A Dx_tables.c469 return -ENAMETOOLONG;
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c2010 ret = -ENAMETOOLONG;
/linux-master/fs/ubifs/
H A Ddir.c214 inode = ERR_PTR(-ENAMETOOLONG);
/linux-master/net/sunrpc/
H A Dsvcsock.c225 return -ENAMETOOLONG;
/linux-master/fs/ocfs2/
H A Dnamei.c110 ret = ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/ceph/
H A Ddir.c811 return ERR_PTR(-ENAMETOOLONG);
/linux-master/security/apparmor/
H A Dapparmorfs.c1612 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/nfsd/
H A Dvfs.c84 { nfserr_nametoolong, -ENAMETOOLONG },
/linux-master/security/selinux/
H A Dselinuxfs.c1371 ret = -ENAMETOOLONG;
/linux-master/fs/fuse/
H A Ddir.c373 err = -ENAMETOOLONG;
/linux-master/crypto/
H A Dtestmgr.c1180 * Return: 0 on success, or -ENAMETOOLONG if the generic name would be too long
1209 return -ENAMETOOLONG;
5836 return -ENAMETOOLONG;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c2185 return -ENAMETOOLONG;
2413 return -ENAMETOOLONG;
7858 return ERR_PTR(-ENAMETOOLONG);
7879 err = -ENAMETOOLONG;
9744 return -ENAMETOOLONG;

Completed in 545 milliseconds

123456789