Searched refs:AT_EACCESS (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | fcntl.h | 100 #define AT_EACCESS 0x200 /* Test access permitted for macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | fcntl.h | 100 #define AT_EACCESS 0x200 /* Test access permitted for macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 12 Note that laccess() is never passing AT_EACCESS so a lot of the 48 + Note that laccess() is never passing AT_EACCESS so a lot of the discussion in
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch | 32 if (flag & ~(AT_SYMLINK_NOFOLLOW | AT_EACCESS))
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 31 #undef AT_EACCESS 32 #define AT_EACCESS 0 macro
|
H A D | libbpf_probes.c | 38 if (faccessat(AT_FDCWD, ubuntu_kver_file, R_OK, AT_EACCESS) != 0) in get_ubuntu_kernel_version()
|
H A D | usdt.c | 286 man->has_sema_refcnt = faccessat(AT_FDCWD, ref_ctr_sysfs_path, F_OK, AT_EACCESS) == 0; in usdt_manager_new()
|
H A D | btf.c | 4791 if (faccessat(AT_FDCWD, path, R_OK, AT_EACCESS)) in btf__load_vmlinux_btf()
|
H A D | libbpf.c | 10334 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs() 11247 if (faccessat(AT_FDCWD, result, perm, AT_EACCESS) < 0) in resolve_full_path()
|
/openbmc/linux/fs/ |
H A D | open.c | 379 if (flags & AT_EACCESS) in access_need_override_creds() 468 if (flags & ~(AT_EACCESS | AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH)) in do_faccessat()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1048 #ifdef AT_EACCESS 1049 FLAG_GENERIC(AT_EACCESS),
|