Home
last modified time | relevance | path

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

12

/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.c381 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 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.c71 return -ECHILD; in __v9fs_lookup_revalidate()
/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()
/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.rs44 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" }, \
/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c38 return -ECHILD; in pdsc_err_to_errno()

12