/openbmc/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() 98 return ERR_PTR(-ECHILD); in ext4_get_link()
|
/openbmc/linux/fs/nfs/ |
H A D | symlink.c | 60 return ERR_PTR(-ECHILD); in nfs_get_link() 63 return ERR_PTR(-ECHILD); in nfs_get_link()
|
H A D | dir.c | 1580 return -ECHILD; in nfs_lookup_verify_inode() 1659 return -ECHILD; in nfs_lookup_revalidate_negative() 1771 return -ECHILD; in nfs_do_lookup_revalidate() 1781 return -ECHILD; in nfs_do_lookup_revalidate() 1795 return -ECHILD; in __nfs_lookup_revalidate() 1799 return -ECHILD; in __nfs_lookup_revalidate() 1802 return -ECHILD; in __nfs_lookup_revalidate() 2252 return -ECHILD; in nfs4_do_lookup_revalidate() 3018 err = -ECHILD; in nfs_access_get_cached_locked() 3213 status = -ECHILD; in nfs_do_access() [all …]
|
/openbmc/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
|
/openbmc/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() 436 if (do_expire_wait(path, rcu_walk) == -ECHILD) in autofs_d_manage() 437 return -ECHILD; in autofs_d_manage()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 14 #define ECHILD 10 /* No child processes */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 14 #define ECHILD 10 /* No child processes */ macro
|
/openbmc/linux/fs/hfs/ |
H A D | sysdep.c | 22 return -ECHILD; in hfs_revalidate_dentry()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | dentry.c | 37 return -ECHILD; in ecryptfs_d_revalidate()
|
/openbmc/linux/fs/ |
H A D | namei.c | 306 return -ECHILD; in check_acl() 892 return -ECHILD; in complete_walk() 980 return -ECHILD; in nd_jump_root() 1125 return -ECHILD; in may_follow_link() 1545 return -ECHILD; in handle_mounts() 1648 if (status == -ECHILD) in lookup_fast() 1745 return -ECHILD; in reserve_stack() 1902 return ERR_PTR(-ECHILD); in follow_dotdot_rcu() 1904 return ERR_PTR(-ECHILD); in follow_dotdot_rcu() 2342 return -ECHILD; in link_path_walk() [all …]
|
/openbmc/linux/fs/9p/ |
H A D | vfs_dentry.c | 71 return -ECHILD; in v9fs_lookup_revalidate()
|
/openbmc/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()
|
/openbmc/linux/fs/gfs2/ |
H A D | dentry.c | 45 return -ECHILD; in gfs2_drevalidate()
|
H A D | acl.c | 68 return ERR_PTR(-ECHILD); in gfs2_get_acl()
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | vmaccess.c | 83 ASSERT_EQ(errno, ECHILD); in TEST()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 13 #define ECHILD 10 /* No child processes */ macro
|
/openbmc/linux/fs/orangefs/ |
H A D | dcache.c | 106 return -ECHILD; in orangefs_d_revalidate()
|
H A D | acl.c | 20 return ERR_PTR(-ECHILD); in orangefs_get_acl()
|
/openbmc/linux/fs/btrfs/ |
H A D | acl.c | 27 return ERR_PTR(-ECHILD); in btrfs_get_acl()
|
/openbmc/linux/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 125 if (ret < 0 && errno != ECHILD) in main()
|
/openbmc/linux/fs/kernfs/ |
H A D | symlink.c | 134 return ERR_PTR(-ECHILD); in kernfs_iop_get_link()
|
/openbmc/linux/fs/fuse/ |
H A D | acl.c | 24 return ERR_PTR(-ECHILD); in __fuse_get_acl()
|
/openbmc/linux/fs/jfs/ |
H A D | acl.c | 25 return ERR_PTR(-ECHILD); in jfs_get_acl()
|