Searched refs:openat (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | Build | 6 perf-y += openat-syscall.o 7 perf-y += openat-syscall-all-cpus.o 8 perf-y += openat-syscall-tp-fields.o
|
D | openat-syscall.c | 37 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event()
|
D | openat-syscall-tp-fields.c | 70 openat(AT_FDCWD, filename, flags); in test__syscall_openat_tp_fields()
|
D | openat-syscall-all-cpus.c | 69 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event_on_all_cpus()
|
/linux-4.4.14/tools/perf/trace/strace/groups/ |
D | file | 10 openat
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 148 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 373 ENTRY_COMP(openat) /* 275 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 293 COMPAT_SYS_SPU(openat)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 266 257 common openat sys_openat
|
D | syscall_32.tbl | 304 295 i386 openat sys_openat compat_sys_openat
|
/linux-4.4.14/fs/ |
D | open.c | 1040 SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, in SYSCALL_DEFINE4() argument
|
D | compat.c | 1099 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/ |
D | adding-syscalls.txt | 138 (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/ |
D | cachefiles.txt | 72 - openat() and friends.
|