| /linux/drivers/sbus/char/ |
| H A D | bbc_i2c.c | 67 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument 68 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
|
| /linux/fs/ |
| H A D | namei.c | 386 return -ECHILD; in check_acl() 511 * generic_permission is rcu-walk aware. It returns -ECHILD in case an rcu-walk 1065 return -ECHILD; in complete_walk() 1153 return -ECHILD; in nd_jump_root() 1297 return -ECHILD; in may_follow_link() 1747 return -ECHILD; in handle_mounts() 1857 return ERR_PTR(-ECHILD); in lookup_fast() 1866 return ERR_PTR(-ECHILD); in lookup_fast() 1872 return ERR_PTR(-ECHILD); in lookup_fast() 1873 if (status == -ECHILD) in lookup_fast() [all...] |
| /linux/fs/autofs/ |
| H A D | symlink.c | 16 return ERR_PTR(-ECHILD); in autofs_get_link()
|
| /linux/include/uapi/asm-generic/ |
| H A D | errno-base.h | 14 #define ECHILD 10 /* No child processes */ macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | errno-base.h | 14 #define ECHILD 10 /* No child processes */ macro
|
| /linux/fs/ecryptfs/ |
| H A D | dentry.c | 40 return -ECHILD; in ecryptfs_d_revalidate()
|
| /linux/fs/hfs/ |
| H A D | sysdep.c | 23 return -ECHILD; in hfs_revalidate_dentry()
|
| /linux/fs/gfs2/ |
| H A D | dentry.c | 47 return -ECHILD; in gfs2_drevalidate()
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 83 ASSERT_EQ(errno, ECHILD); in TEST()
|
| /linux/fs/orangefs/ |
| H A D | dcache.c | 102 return -ECHILD; in orangefs_d_revalidate()
|
| /linux/fs/9p/ |
| H A D | vfs_dentry.c | 147 return -ECHILD;
|
| /linux/tools/testing/selftests/rlimits/ |
| H A D | rlimits-per-userns.c | 125 if (ret < 0 && errno != ECHILD) in main()
|
| /linux/fs/afs/ |
| H A D | security.c | 445 return -ECHILD; in afs_permission() 447 ret = -ECHILD; in afs_permission()
|
| H A D | symlink.c | 173 return ERR_PTR(-ECHILD); in afs_get_link()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_bpffs.c | 160 if (CHECK(err == -1 && errno != ECHILD, "waitpid", "failed %d", errno)) in test_test_bpffs()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | errors.c | 27 [ECHILD] = "No child processes",
|
| /linux/fs/ext2/ |
| H A D | acl.c | 152 return ERR_PTR(-ECHILD); in ext2_get_acl()
|
| /linux/lib/ |
| H A D | errname.c | 36 E(ECHILD),
|
| /linux/rust/kernel/ |
| H A D | error.rs | 42 declare_err!(ECHILD, "No child processes.");
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 167 ASSERT_EQ(errno, ECHILD); in TEST()
|
| /linux/fs/ext4/ |
| H A D | acl.c | 153 return ERR_PTR(-ECHILD); in ext4_get_acl()
|
| /linux/fs/jffs2/ |
| H A D | acl.c | 182 return ERR_PTR(-ECHILD); in jffs2_get_acl()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_utils.c | 102 case -ECHILD: return "-ECHILD"; in libbpf_errstr()
|
| /linux/fs/nfs/ |
| H A D | nfs3acl.c | 65 return ERR_PTR(-ECHILD); in nfs3_get_acl()
|
| /linux/include/trace/misc/ |
| H A D | nfs.h | 52 { ECHILD, "CHILD" }, \
|