Home
last modified time | relevance | path

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

1234

/openbmc/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()
98 return ERR_PTR(-ECHILD); in ext4_get_link()
/openbmc/linux/fs/nfs/
H A Dsymlink.c60 return ERR_PTR(-ECHILD); in nfs_get_link()
63 return ERR_PTR(-ECHILD); in nfs_get_link()
H A Ddir.c1580 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 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
/openbmc/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()
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 Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/openbmc/linux/fs/hfs/
H A Dsysdep.c22 return -ECHILD; in hfs_revalidate_dentry()
/openbmc/linux/fs/ecryptfs/
H A Ddentry.c37 return -ECHILD; in ecryptfs_d_revalidate()
/openbmc/linux/fs/
H A Dnamei.c306 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 Dvfs_dentry.c71 return -ECHILD; in v9fs_lookup_revalidate()
/openbmc/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()
/openbmc/linux/fs/gfs2/
H A Ddentry.c45 return -ECHILD; in gfs2_drevalidate()
H A Dacl.c68 return ERR_PTR(-ECHILD); in gfs2_get_acl()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dvmaccess.c83 ASSERT_EQ(errno, ECHILD); in TEST()
/openbmc/u-boot/include/linux/
H A Derrno.h13 #define ECHILD 10 /* No child processes */ macro
/openbmc/linux/fs/orangefs/
H A Ddcache.c106 return -ECHILD; in orangefs_d_revalidate()
H A Dacl.c20 return ERR_PTR(-ECHILD); in orangefs_get_acl()
/openbmc/linux/fs/btrfs/
H A Dacl.c27 return ERR_PTR(-ECHILD); in btrfs_get_acl()
/openbmc/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c125 if (ret < 0 && errno != ECHILD) in main()
/openbmc/linux/fs/kernfs/
H A Dsymlink.c134 return ERR_PTR(-ECHILD); in kernfs_iop_get_link()
/openbmc/linux/fs/fuse/
H A Dacl.c24 return ERR_PTR(-ECHILD); in __fuse_get_acl()
/openbmc/linux/fs/jfs/
H A Dacl.c25 return ERR_PTR(-ECHILD); in jfs_get_acl()

1234