| /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 | 381 return -ECHILD; in check_acl() 1060 return -ECHILD; in complete_walk() 1148 return -ECHILD; in nd_jump_root() 1292 return -ECHILD; in may_follow_link() 1742 return -ECHILD; in handle_mounts() 1852 return ERR_PTR(-ECHILD); in lookup_fast() 1861 return ERR_PTR(-ECHILD); in lookup_fast() 1867 return ERR_PTR(-ECHILD); in lookup_fast() 1868 if (status == -ECHILD) in lookup_fast() 1967 return -ECHILD; // redo it all non-lazy in may_lookup() [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 | 71 return -ECHILD; in __v9fs_lookup_revalidate()
|
| /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()
|
| /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 | 44 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" }, \
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | dev.c | 38 return -ECHILD; in pdsc_err_to_errno()
|