Home
last modified time | relevance | path

Searched refs:RESOLVE_NO_SYMLINKS (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
Dresolve_test.c383 .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 …]
Dhelpers.h56 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dopenat2.h29 #define RESOLVE_NO_SYMLINKS 0x04 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dopenat2.h30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dopenat2.h30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
/kernel/linux/linux-5.10/include/linux/
Dfcntl.h21 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
/kernel/linux/linux-5.10/fs/
Dopen.c1096 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()