Searched refs:ENAMETOOLONG (Results 1 - 25 of 219) sorted by last modified time

123456789

/linux-master/fs/btrfs/
H A Dioctl.c233 return -ENAMETOOLONG;
240 return -ENAMETOOLONG;
1891 ret = -ENAMETOOLONG;
1976 ret = -ENAMETOOLONG;
H A Dinode.c5716 return ERR_PTR(-ENAMETOOLONG);
9520 return -ENAMETOOLONG;
/linux-master/fs/ntfs3/
H A Ddir.c112 * detect -ENAMETOOLONG without writing out of expected maximum.
132 return -ENAMETOOLONG;
146 return -ENAMETOOLONG;
153 return -ENAMETOOLONG;
197 return -ENAMETOOLONG;
/linux-master/fs/9p/
H A Dvfs_inode.c686 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/nfsd/
H A Dnfs4callback.c182 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
H A Dvfs.c84 { nfserr_nametoolong, -ENAMETOOLONG },
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3978 return -ENAMETOOLONG;
/linux-master/mm/
H A Dshmem.c3504 return -ENAMETOOLONG;
/linux-master/fs/fuse/
H A Ddir.c373 err = -ENAMETOOLONG;
/linux-master/fs/zonefs/
H A Dsuper.c737 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/ceph/
H A Dmds_client.c2655 return ERR_PTR(-ENAMETOOLONG);
H A Dfile.c768 return -ENAMETOOLONG;
/linux-master/drivers/target/
H A Dtarget_core_configfs.c3569 return ERR_PTR(-ENAMETOOLONG);
/linux-master/net/sunrpc/
H A Dsvcsock.c225 return -ENAMETOOLONG;
/linux-master/net/9p/
H A Dtrans_fd.c1060 return -ENAMETOOLONG;
/linux-master/fs/smb/client/
H A Ddir.c108 return ERR_PTR(-ENAMETOOLONG);
161 return -ENAMETOOLONG;
/linux-master/security/selinux/
H A Dselinuxfs.c1371 ret = -ENAMETOOLONG;
/linux-master/fs/vboxsf/
H A Dutils.c410 return ERR_PTR(-ENAMETOOLONG);
422 return ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/
H A Dnamei.c186 return ERR_PTR(-ENAMETOOLONG);
246 return ERR_PTR(-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;
/linux-master/net/ipv6/
H A Desp6.c1065 return -ENAMETOOLONG;
1103 err = -ENAMETOOLONG;
/linux-master/net/ipv4/
H A Desp4.c1022 return -ENAMETOOLONG;
1060 err = -ENAMETOOLONG;
/linux-master/fs/ubifs/
H A Ddir.c214 inode = ERR_PTR(-ENAMETOOLONG);
/linux-master/fs/exfat/
H A Dnamei.c417 return -ENAMETOOLONG;
434 return (lossy & NLS_NAME_OVERLEN) ? -ENAMETOOLONG : -EINVAL;
/linux-master/drivers/base/firmware_loader/
H A Dmain.c534 rc = -ENAMETOOLONG;

Completed in 444 milliseconds

123456789