| /linux/fs/ext4/ |
| H A D | symlink.c | 36 return ERR_PTR(-ECHILD); in ext4_encrypted_get_link() 85 return ERR_PTR(-ECHILD); in ext4_get_link() 96 return ERR_PTR(-ECHILD); in ext4_get_link() 99 return ERR_PTR(-ECHILD); in ext4_get_link()
|
| /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/autofs/ |
| H A D | symlink.c | 16 return ERR_PTR(-ECHILD); in autofs_get_link()
|
| H A D | root.c | 207 return ERR_PTR(-ECHILD); in autofs_lookup_expiring() 253 return -ECHILD; in autofs_mount_wait() 444 if (do_expire_wait(path, rcu_walk) == -ECHILD) in autofs_d_manage() 445 return -ECHILD; in autofs_d_manage()
|
| /linux/fs/ |
| H A D | namei.c | 329 return -ECHILD; in check_acl() 1007 return -ECHILD; in complete_walk() 1095 return -ECHILD; in nd_jump_root() 1239 return -ECHILD; in may_follow_link() 1692 return -ECHILD; in handle_mounts() 1803 return ERR_PTR(-ECHILD); in lookup_fast() 1812 return ERR_PTR(-ECHILD); in lookup_fast() 1818 return ERR_PTR(-ECHILD); in lookup_fast() 1819 if (status == -ECHILD) in lookup_fast() 1918 return -ECHILD; // redo it all non-lazy in may_lookup() [all …]
|
| /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()
|
| H A D | acl.c | 68 return ERR_PTR(-ECHILD); in gfs2_get_acl()
|
| /linux/fs/proc/ |
| H A D | self.c | 24 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_self_get_link()
|
| H A D | thread_self.c | 24 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_thread_self_get_link()
|
| H A D | namespaces.c | 52 return ERR_PTR(-ECHILD); in proc_ns_get_link()
|
| /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()
|
| H A D | acl.c | 20 return ERR_PTR(-ECHILD); in orangefs_get_acl()
|
| /linux/fs/9p/ |
| H A D | vfs_dentry.c | 71 return -ECHILD; in __v9fs_lookup_revalidate()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 1629 return -ECHILD; in nfs_lookup_verify_inode() 1708 return -ECHILD; in nfs_lookup_revalidate_negative() 1820 return -ECHILD; in nfs_do_lookup_revalidate() 1830 return -ECHILD; in nfs_do_lookup_revalidate() 1839 return -ECHILD; in __nfs_lookup_revalidate() 1853 return -ECHILD; in nfs_lookup_revalidate() 2260 return -ECHILD; in nfs4_lookup_revalidate() 2297 return -ECHILD; in nfs4_lookup_revalidate() 3109 err = -ECHILD; in nfs_access_get_cached_locked() 3142 int err = -ECHILD; in nfs_access_get_cached_rcu() [all …]
|
| /linux/tools/testing/selftests/rlimits/ |
| H A D | rlimits-per-userns.c | 125 if (ret < 0 && errno != ECHILD) in main()
|
| /linux/fs/fuse/ |
| H A D | acl.c | 23 return ERR_PTR(-ECHILD); in __fuse_get_acl()
|
| /linux/fs/jfs/ |
| H A D | acl.c | 25 return ERR_PTR(-ECHILD); in jfs_get_acl()
|
| /linux/fs/afs/ |
| H A D | security.c | 445 return -ECHILD; in afs_permission() 447 ret = -ECHILD; in afs_permission()
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 302 return -ECHILD; in ovl_permission() 329 return ERR_PTR(-ECHILD); in ovl_get_link() 446 return ERR_PTR(-ECHILD); in do_ovl_get_acl() 458 return ERR_PTR(-ECHILD); in do_ovl_get_acl()
|
| /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()
|