Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/arch/s390/include/asm/
Dsyscall_wrapper.h34 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
49 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
55 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
75 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
105 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
122 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/Linux-v5.10/arch/arm64/include/asm/
Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
53 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
72 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/Linux-v5.10/tools/testing/selftests/kmod/
Dkmod.sh309 ERRNO=$(errno_name_to_val $ERRNO_NAME)
317 elif [[ $RC != $ERRNO ]]; then
318 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/Linux-v5.10/arch/x86/include/asm/
Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/Linux-v5.10/include/linux/
Dcompat.h51 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
81 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h209 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
240 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/Linux-v5.10/Documentation/livepatch/
Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/Linux-v5.10/fs/btrfs/
Dtree-checker.c1714 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1778 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dfree-space-cache.c332 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Ddisk-io.c3435 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/Linux-v5.10/mm/
Dslab_common.c1198 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c910 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
/Linux-v5.10/net/bpf/
Dtest_run.c172 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/Linux-v5.10/Documentation/fault-injection/
Dfault-injection.rst167 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/Linux-v5.10/block/
Dblk-core.c720 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/Linux-v5.10/kernel/trace/
Dtrace_events_filter.c69 C(ERRNO, "Error"), \