Home
last modified time | relevance | path

Searched refs:ALLOW_ERROR_INJECTION (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/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(compat_sys##name, ERRNO); \
105 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
122 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/Linux-v5.4/arch/x86/include/asm/
Dsyscall_wrapper.h33 ALLOW_ERROR_INJECTION(__ia32_compat_sys##name, ERRNO); \
41 ALLOW_ERROR_INJECTION(__ia32_sys##name, ERRNO); \
54 ALLOW_ERROR_INJECTION(__x64_sys_##sname, ERRNO); \
80 ALLOW_ERROR_INJECTION(__x32_compat_sys##name, ERRNO); \
159 ALLOW_ERROR_INJECTION(__x64_sys##name, ERRNO); \
187 ALLOW_ERROR_INJECTION(__x64_sys_##sname, ERRNO); \
/Linux-v5.4/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); \
73 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/Linux-v5.4/include/asm-generic/
Derror-injection.h26 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro
36 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
/Linux-v5.4/include/linux/
Dcompat.h51 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
81 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h210 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
241 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/Linux-v5.4/fs/btrfs/
Dtree-checker.c1424 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1488 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dfree-space-cache.c329 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Ddisk-io.c3385 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/Linux-v5.4/Documentation/fault-injection/
Dfault-injection.rst37 ALLOW_ERROR_INJECTION() macro, by setting debugfs entries
/Linux-v5.4/block/
Dblk-core.c814 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/Linux-v5.4/mm/
Dslab_common.c1795 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c914 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
Dpage_alloc.c3393 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);