Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 – 25 of 45) 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/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/
H A Dnamei.c386 return -ECHILD; in check_acl()
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()
1971 return -ECHILD; // redo it all non-lazy in may_lookup()
[all …]
/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/btrfs/
H A Dacl.c28 return ERR_PTR(-ECHILD); in btrfs_get_acl()
/linux/fs/nfs/
H A Ddir.c1626 return -ECHILD; in nfs_lookup_verify_inode()
1705 return -ECHILD; in nfs_lookup_revalidate_negative()
1817 return -ECHILD; in nfs_do_lookup_revalidate()
1827 return -ECHILD; in nfs_do_lookup_revalidate()
1836 return -ECHILD; in __nfs_lookup_revalidate()
1850 return -ECHILD; in nfs_lookup_revalidate()
2264 return -ECHILD; in nfs4_lookup_revalidate()
2301 return -ECHILD; in nfs4_lookup_revalidate()
3126 err = -ECHILD; in nfs_access_get_cached_locked()
3159 int err = -ECHILD; in nfs_access_get_cached_rcu()
[all …]
/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/fs/overlayfs/
H A Dinode.c318 return -ECHILD; in ovl_permission()
345 return ERR_PTR(-ECHILD); in ovl_get_link()
462 return ERR_PTR(-ECHILD); in do_ovl_get_acl()
474 return ERR_PTR(-ECHILD); in do_ovl_get_acl()
/linux/fs/proc/
H A Dnamespaces.c52 return ERR_PTR(-ECHILD); in proc_ns_get_link()
/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.rs43 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/testing/selftests/sched_ext/
H A Dnohz_tick.c144 return -ECHILD; in pause_worker()

12