Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/sbus/char/
H A Dbbc_i2c.c67 #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 Dnamei.c386 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 Dsymlink.c16 return ERR_PTR(-ECHILD); in autofs_get_link()
/linux/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/linux/fs/ecryptfs/
H A Ddentry.c40 return -ECHILD; in ecryptfs_d_revalidate()
/linux/fs/hfs/
H A Dsysdep.c23 return -ECHILD; in hfs_revalidate_dentry()
/linux/fs/gfs2/
H A Ddentry.c47 return -ECHILD; in gfs2_drevalidate()
/linux/tools/testing/selftests/ptrace/
H A Dvmaccess.c83 ASSERT_EQ(errno, ECHILD); in TEST()
/linux/fs/orangefs/
H A Ddcache.c102 return -ECHILD; in orangefs_d_revalidate()
/linux/fs/9p/
H A Dvfs_dentry.c147 return -ECHILD;
/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c125 if (ret < 0 && errno != ECHILD) in main()
/linux/fs/afs/
H A Dsecurity.c445 return -ECHILD; in afs_permission()
447 ret = -ECHILD; in afs_permission()
H A Dsymlink.c173 return ERR_PTR(-ECHILD); in afs_get_link()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c160 if (CHECK(err == -1 && errno != ECHILD, "waitpid", "failed %d", errno)) in test_test_bpffs()
/linux/drivers/md/dm-vdo/
H A Derrors.c27 [ECHILD] = "No child processes",
/linux/fs/ext2/
H A Dacl.c152 return ERR_PTR(-ECHILD); in ext2_get_acl()
/linux/lib/
H A Derrname.c36 E(ECHILD),
/linux/rust/kernel/
H A Derror.rs42 declare_err!(ECHILD, "No child processes.");
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c167 ASSERT_EQ(errno, ECHILD); in TEST()
/linux/fs/ext4/
H A Dacl.c153 return ERR_PTR(-ECHILD); in ext4_get_acl()
/linux/fs/jffs2/
H A Dacl.c182 return ERR_PTR(-ECHILD); in jffs2_get_acl()
/linux/tools/lib/bpf/
H A Dlibbpf_utils.c102 case -ECHILD: return "-ECHILD"; in libbpf_errstr()
/linux/fs/nfs/
H A Dnfs3acl.c65 return ERR_PTR(-ECHILD); in nfs3_get_acl()
/linux/include/trace/misc/
H A Dnfs.h52 { ECHILD, "CHILD" }, \

123