Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dsyscall_wrapper.h42 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
48 ALLOW_ERROR_INJECTION(__s390_sys_##sname, ERRNO); \
50 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
68 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
91 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
108 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
125 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/linux-6.12.1/arch/arm64/include/asm/
Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
51 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
70 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/linux-6.12.1/arch/riscv/include/asm/
Dsyscall_wrapper.h52 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \
66 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \
80 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \
98 ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
/linux-6.12.1/arch/powerpc/include/asm/
Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/linux-6.12.1/tools/testing/selftests/kmod/
Dkmod.sh298 ERRNO=$(errno_name_to_val $ERRNO_NAME)
306 elif [[ $RC != $ERRNO ]]; then
307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/linux-6.12.1/mm/
Dfailslab.c48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c959 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
/linux-6.12.1/arch/x86/include/asm/
Dsyscall_wrapper.h87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/linux-6.12.1/Documentation/bpf/
Dredirect.rst58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
/linux-6.12.1/drivers/mtd/
Dmtdcore.c1422 ALLOW_ERROR_INJECTION(mtd_erase, ERRNO);
1522 ALLOW_ERROR_INJECTION(mtd_read, ERRNO);
1539 ALLOW_ERROR_INJECTION(mtd_write, ERRNO);
2360 ALLOW_ERROR_INJECTION(mtd_block_markbad, ERRNO);
/linux-6.12.1/include/linux/
Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h219 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
250 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/linux-6.12.1/Documentation/livepatch/
Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c423 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
441 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/linux-6.12.1/block/
Dblk-core.c528 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/linux-6.12.1/fs/btrfs/
Dtree-checker.c2060 ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO);
2129 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dctree.c761 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
2247 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
Dfree-space-cache.c404 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Ddisk-io.c3616 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/linux-6.12.1/drivers/platform/surface/aggregator/
Dssh_packet_layer.c285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
/linux-6.12.1/Documentation/fault-injection/
Dfault-injection.rst208 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/linux-6.12.1/kernel/trace/
Dtrace_events_filter.c120 C(ERRNO, "Error"), \