Home
last modified time | relevance | path

Searched refs:openat2 (Results 1 – 19 of 19) sorted by relevance

/linux/kernel/
H A Dauditsc.c191 return mask & ACC_MODE((u32)ctx->openat2.flags); in audit_match_perm()
1468 context->openat2.flags, in show_special()
1469 context->openat2.mode, in show_special()
1470 context->openat2.resolve); in show_special()
2867 context->openat2.flags = how->flags; in __audit_openat2_how()
2868 context->openat2.mode = how->mode; in __audit_openat2_how()
2869 context->openat2.resolve = how->resolve; in __audit_openat2_how()
H A Daudit.h197 struct open_how openat2; member
/linux/tools/testing/selftests/
H A DMakefile84 TARGETS += openat2
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl354 437 n64 openat2 sys_openat2
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl354 437 n64 openat2 sys_openat2
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl410 437 common openat2 sys_openat2
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl363 437 common openat2 sys_openat2
H A Dsyscall_32.tbl445 437 i386 openat2 sys_openat2
/linux/scripts/
H A Dsyscall.tbl380 437 common openat2 sys_openat2
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl363 437 common openat2 sys_openat2
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl439 437 common openat2 sys_openat2
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl445 437 common openat2 sys_openat2
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl479 547 common openat2 sys_openat2
/linux/arch/arm/tools/
H A Dsyscall.tbl454 437 common openat2 sys_openat2
/linux/arch/arm64/tools/
H A Dsyscall_32.tbl451 437 common openat2 sys_openat2
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl530 437 common openat2 sys_openat2
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl442 437 common openat2 sys_openat2 sys_openat2
/linux/fs/
H A Dopen.c1449 SYSCALL_DEFINE4(openat2, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
/linux/Documentation/filesystems/
H A Dpath-lookup.rst16 - ``openat2()`` resolution restriction flags.
422 passed to ``openat2()`` (which exposes these ``LOOKUP_`` flags).
1320 path lookup. These flags are exposed through ``openat2()``'s ``resolve`` field.