Home
last modified time | relevance | path

Searched defs:openat (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/filesystems/
H A Dpath-lookup.rst37 .. _openat: http://man7.org/linux/man-pages/man2/openat.2.html target
/linux-6.15/fs/
H A Dopen.c1455 SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, in SYSCALL_DEFINE4() argument
1504 COMPAT_SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, umode_t, mode) in COMPAT_SYSCALL_DEFINE4() argument
/linux-6.15/tools/include/nolibc/
H A Dsys.h778 int openat(int dirfd, const char *path, int flags, ...) in openat() function