Home
last modified time | relevance | path

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

1234

/linux/fs/ext4/
H A Dsymlink.c36 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 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()
H A Droot.c207 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 Dnamei.c329 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 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()
H A Dacl.c68 return ERR_PTR(-ECHILD); in gfs2_get_acl()
/linux/fs/proc/
H A Dself.c24 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_self_get_link()
H A Dthread_self.c24 return dentry ? ERR_PTR(-ENOMEM) : ERR_PTR(-ECHILD); in proc_thread_self_get_link()
H A Dnamespaces.c52 return ERR_PTR(-ECHILD); in proc_ns_get_link()
/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()
H A Dacl.c20 return ERR_PTR(-ECHILD); in orangefs_get_acl()
/linux/fs/9p/
H A Dvfs_dentry.c71 return -ECHILD; in __v9fs_lookup_revalidate()
/linux/fs/nfs/
H A Ddir.c1629 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 Drlimits-per-userns.c125 if (ret < 0 && errno != ECHILD) in main()
/linux/fs/fuse/
H A Dacl.c23 return ERR_PTR(-ECHILD); in __fuse_get_acl()
/linux/fs/jfs/
H A Dacl.c25 return ERR_PTR(-ECHILD); in jfs_get_acl()
/linux/fs/afs/
H A Dsecurity.c445 return -ECHILD; in afs_permission()
447 ret = -ECHILD; in afs_permission()
/linux/fs/overlayfs/
H A Dinode.c302 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 Dtest_bpffs.c160 if (CHECK(err == -1 && errno != ECHILD, "waitpid", "failed %d", errno)) in test_test_bpffs()

1234