Home
last modified time | relevance | path

Searched refs:ALLOW_ERROR_INJECTION (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/include/asm-generic/
Derror-injection.h26 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro
36 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
/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/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);
Drelocation.c2675 ALLOW_ERROR_INJECTION(btrfs_should_cancel_balance, TRUE);
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);
Dpage_alloc.c3562 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
/Linux-v5.10/net/bpf/
Dtest_run.c172 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/Linux-v5.10/Documentation/fault-injection/
Dfault-injection.rst41 ALLOW_ERROR_INJECTION() macro, by setting debugfs entries
/Linux-v5.10/block/
Dblk-core.c720 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);