Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
DBuild6 perf-y += openat-syscall.o
7 perf-y += openat-syscall-all-cpus.o
8 perf-y += openat-syscall-tp-fields.o
Dopenat-syscall.c37 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event()
Dopenat-syscall-tp-fields.c70 openat(AT_FDCWD, filename, flags); in test__syscall_openat_tp_fields()
Dopenat-syscall-all-cpus.c69 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event_on_all_cpus()
/linux-4.4.14/tools/perf/trace/strace/groups/
Dfile10 openat
/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c148 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S373 ENTRY_COMP(openat) /* 275 */
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h293 COMPAT_SYS_SPU(openat)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl266 257 common openat sys_openat
Dsyscall_32.tbl304 295 i386 openat sys_openat compat_sys_openat
/linux-4.4.14/fs/
Dopen.c1040 SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, in SYSCALL_DEFINE4() argument
Dcompat.c1099 COMPAT_SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, umode_t, mode) in COMPAT_SYSCALL_DEFINE4() argument
/linux-4.4.14/Documentation/
Dadding-syscalls.txt138 (For more details on the rationale of the *at() calls, see the openat(2) man
435 file open (open/openat), program execution (execve/exeveat) or socket
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt72 - openat() and friends.