Searched refs:ECHILD (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/fs/f2fs/
H A Dnamei.c1355 return ERR_PTR(-ECHILD);
/linux-master/fs/ubifs/
H A Dfile.c1632 return ERR_PTR(-ECHILD);
/linux-master/fs/kernfs/
H A Ddir.c1118 return -ECHILD;
/linux-master/fs/exfat/
H A Dnamei.c39 return -ECHILD;
/linux-master/fs/proc/
H A Dproc_sysctl.c884 return -ECHILD;
H A Dbase.c1746 return ERR_PTR(-ECHILD);
2146 return -ECHILD;
/linux-master/kernel/
H A Dexit.c1356 * -ECHILD should be in ->notask_error before the first call.
1360 * or still -ECHILD.
1468 * -ECHILD should be in ->notask_error before the first call.
1472 * or still -ECHILD.
1582 wo->notask_error = -ECHILD;
/linux-master/fs/smb/client/
H A Dcifsfs.c1175 return ERR_PTR(-ECHILD);
/linux-master/fs/ceph/
H A Dinode.c2288 return ERR_PTR(-ECHILD);
2980 return -ECHILD;
/linux-master/tools/testing/selftests/net/
H A Dipsec.c2206 if ((p < 0) && errno == ECHILD)
/linux-master/fs/gfs2/
H A Dglock.c1583 error = -ECHILD;
/linux-master/fs/ocfs2/
H A Dfile.c1343 return -ECHILD;
/linux-master/fs/ntfs3/
H A Dinode.c2090 return ERR_PTR(-ECHILD);
/linux-master/security/smack/
H A Dsmack_lsm.c1231 return -ECHILD;
/linux-master/security/selinux/
H A Dhooks.c274 * allowed; when set to false, returns -ECHILD when the label is
288 return -ECHILD;
/linux-master/kernel/events/
H A Dcore.c5526 ret = -ECHILD;

Completed in 608 milliseconds

1234