Home
last modified time | relevance | path

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

1234

/linux-6.15/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-6.15/fs/nfs/
H A Dsymlink.c52 return ERR_PTR(-ECHILD); in nfs_get_link()
55 return ERR_PTR(-ECHILD); in nfs_get_link()
H A Ddir.c1585 return -ECHILD; in nfs_lookup_verify_inode()
1664 return -ECHILD; in nfs_lookup_revalidate_negative()
1776 return -ECHILD; in nfs_do_lookup_revalidate()
1786 return -ECHILD; in nfs_do_lookup_revalidate()
1795 return -ECHILD; in __nfs_lookup_revalidate()
1809 return -ECHILD; in nfs_lookup_revalidate()
2216 return -ECHILD; in nfs4_lookup_revalidate()
2252 return -ECHILD; in nfs4_lookup_revalidate()
3065 err = -ECHILD; in nfs_access_get_cached_locked()
3260 status = -ECHILD; in nfs_do_access()
[all …]
/linux-6.15/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-6.15/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()
436 if (do_expire_wait(path, rcu_walk) == -ECHILD) in autofs_d_manage()
437 return -ECHILD; in autofs_d_manage()
/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/linux-6.15/fs/
H A Dnamei.c329 return -ECHILD; in check_acl()
959 return -ECHILD; in complete_walk()
1047 return -ECHILD; in nd_jump_root()
1191 return -ECHILD; in may_follow_link()
1630 return -ECHILD; in handle_mounts()
1770 if (status == -ECHILD) in lookup_fast()
1881 return -ECHILD; in reserve_stack()
2038 return ERR_PTR(-ECHILD); in follow_dotdot_rcu()
2040 return ERR_PTR(-ECHILD); in follow_dotdot_rcu()
2516 return -ECHILD; in link_path_walk()
[all …]
/linux-6.15/fs/hfs/
H A Dsysdep.c23 return -ECHILD; in hfs_revalidate_dentry()
/linux-6.15/fs/ecryptfs/
H A Ddentry.c40 return -ECHILD; in ecryptfs_d_revalidate()
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c57 case -ECHILD: return "-ECHILD"; in libbpf_errstr()
/linux-6.15/fs/gfs2/
H A Ddentry.c47 return -ECHILD; in gfs2_drevalidate()
H A Dacl.c68 return ERR_PTR(-ECHILD); in gfs2_get_acl()
/linux-6.15/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()
/linux-6.15/tools/testing/selftests/ptrace/
H A Dvmaccess.c83 ASSERT_EQ(errno, ECHILD); in TEST()
/linux-6.15/fs/9p/
H A Dvfs_dentry.c71 return -ECHILD; in __v9fs_lookup_revalidate()
/linux-6.15/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-6.15/fs/btrfs/
H A Dacl.c26 return ERR_PTR(-ECHILD); in btrfs_get_acl()
/linux-6.15/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c125 if (ret < 0 && errno != ECHILD) in main()
/linux-6.15/fs/fuse/
H A Dacl.c23 return ERR_PTR(-ECHILD); in __fuse_get_acl()
/linux-6.15/fs/kernfs/
H A Dsymlink.c136 return ERR_PTR(-ECHILD); in kernfs_iop_get_link()
/linux-6.15/fs/jfs/
H A Dacl.c25 return ERR_PTR(-ECHILD); in jfs_get_acl()

1234