Searched refs:RESOLVE_NO_SYMLINKS (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 383 .path = ".", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 386 .path = "root", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 389 .path = "etc", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 392 .path = "etc/passwd", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 396 .path = "relsym", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 399 .path = "reletc/passwd", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 402 .path = "abssym", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 405 .path = "absetc/passwd", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 408 .path = "cheeky/garbagelink", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 411 .path = "abscheeky/garbagelink", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() [all …]
|
H A D | helpers.h | 56 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | openat2.h | 30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | openat2.h | 30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 17 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2765 #ifndef RESOLVE_NO_SYMLINKS 2766 #define RESOLVE_NO_SYMLINKS 0x04 macro
|
H A D | strace.c | 1119 FLAG_GENERIC(RESOLVE_NO_SYMLINKS),
|
H A D | syscall.c | 8422 (openat2_resolve & RESOLVE_NO_SYMLINKS)) { in maybe_do_fake_open()
|
/openbmc/linux/fs/ |
H A D | open.c | 1329 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()
|