Searched refs:RESOLVE_NO_SYMLINKS (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/openat2/ |
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() 402 .path = "abssym", .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 427 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() 431 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests() [all …]
|
A D | helpers.h | 56 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | openat2.h | 30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | openat2.h | 30 #define RESOLVE_NO_SYMLINKS 0x04 /* Block traversal through all symlinks macro
|
/linux-6.3-rc2/include/linux/ |
A D | fcntl.h | 17 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
|
/linux-6.3-rc2/fs/ |
A D | open.c | 1258 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()
|
Completed in 8 milliseconds