Home
last modified time | relevance | path

Searched refs:__NR_openat2 (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dhelpers.h21 #ifndef __NR_openat2
22 #define __NR_openat2 437 macro
23 #endif /* __NR_openat2 */
24 #define SYS_openat2 __NR_openat2
H A Dhelpers.c24 int ret = syscall(__NR_openat2, dfd, path, how, size); in raw_openat2()
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.h21 #ifndef __NR_openat2
22 #define __NR_openat2 437 macro
23 #endif /* __NR_openat2 */
24 #define SYS_openat2 __NR_openat2
H A Dhelpers.c24 int ret = syscall(__NR_openat2, dfd, path, how, size); in raw_openat2()
/kernel/linux/linux-6.6/lib/
H A Dcompat_audit.c49 #ifdef __NR_openat2 in audit_classify_compat_syscall()
50 case __NR_openat2: in audit_classify_compat_syscall()
H A Daudit.c63 #ifdef __NR_openat2 in audit_classify_syscall()
64 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dcompat_audit.c44 case __NR_openat2: in ppc32_classify_syscall()
H A Daudit.c58 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcompat_audit.c43 case __NR_openat2: in s390_classify_syscall()
H A Daudit.c57 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dcompat_audit.c43 case __NR_openat2: in sparc32_classify_syscall()
H A Daudit.c58 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/x86/ia32/
H A Daudit.c43 case __NR_openat2: in ia32_classify_syscall()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Daudit.c46 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Daudit.c45 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Daudit.c50 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Daudit_64.c56 case __NR_openat2: in audit_classify_syscall()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h447 #define __NR_openat2 437 macro
H A Dunistd_64.h369 #define __NR_openat2 437 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h447 #define __NR_openat2 437 macro
H A Dunistd_64.h369 #define __NR_openat2 437 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dunistd.h400 #define __NR_openat2 437 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dunistd.h400 #define __NR_openat2 437 macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h884 #define __NR_openat2 437 macro
885 __SYSCALL(__NR_openat2, sys_openat2)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h884 #define __NR_openat2 437 macro
885 __SYSCALL(__NR_openat2, sys_openat2)

Completed in 15 milliseconds

12