Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/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.c1197 return -ECHILD; in nfs_lookup_verify_inode()
1271 return -ECHILD; in nfs_lookup_revalidate_negative()
1389 return -ECHILD; in nfs_do_lookup_revalidate()
1402 return -ECHILD; in nfs_do_lookup_revalidate()
1418 return -ECHILD; in __nfs_lookup_revalidate()
1421 return -ECHILD; in __nfs_lookup_revalidate()
1839 return -ECHILD; in nfs4_do_lookup_revalidate()
2502 err = -ECHILD; in nfs_access_get_cached_locked()
2531 int err = -ECHILD; in nfs_access_get_cached_rcu()
2685 status = -ECHILD; in nfs_do_access()
[all …]
/OK3568_Linux_fs/kernel/drivers/sbus/char/
H A Dbbc_i2c.c66 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument
67 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c276 return -ECHILD; in check_acl()
884 return -ECHILD; in complete_walk()
978 return -ECHILD; in nd_jump_root()
1067 return -ECHILD; in may_follow_link()
1472 return -ECHILD; in handle_mounts()
1566 return ERR_PTR(-ECHILD); in lookup_fast()
1576 return ERR_PTR(-ECHILD); in lookup_fast()
1586 return ERR_PTR(-ECHILD); in lookup_fast()
1593 return ERR_PTR(-ECHILD); in lookup_fast()
1594 if (unlikely(status == -ECHILD)) in lookup_fast()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h328 #ifndef ECHILD
329 #define ECHILD 9963 macro
H A D__errc59 no_child_process, // ECHILD
156 no_child_process = ECHILD,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h328 #ifndef ECHILD
329 #define ECHILD 9963 macro
H A D__errc59 no_child_process, // ECHILD
156 no_child_process = ECHILD,
/OK3568_Linux_fs/kernel/fs/autofs/
H A Dsymlink.c16 return ERR_PTR(-ECHILD); in autofs_get_link()
H A Droot.c202 return ERR_PTR(-ECHILD); in autofs_lookup_expiring()
248 return -ECHILD; in autofs_mount_wait()
414 if (do_expire_wait(path, rcu_walk) == -ECHILD) in autofs_d_manage()
415 return -ECHILD; in autofs_d_manage()
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dsysdep.c22 return -ECHILD; in hfs_revalidate_dentry()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Ddentry.c37 return -ECHILD; in ecryptfs_d_revalidate()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_dentry.c69 return -ECHILD; in v9fs_lookup_revalidate()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsymlink.c36 return ERR_PTR(-ECHILD); in ext4_encrypted_get_link()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Ddentry.c45 return -ECHILD; in gfs2_drevalidate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dvmaccess.c83 ASSERT_EQ(errno, ECHILD); in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c90 if (CHECK(err == -1 && errno != ECHILD, "waitpid", "failed %d", errno)) in test_test_bpffs()
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h13 #define ECHILD 10 /* No child processes */ macro
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Ddcache.c106 return -ECHILD; in orangefs_d_revalidate()

123456