Searched refs:RESOLVE_NO_MAGICLINKS (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/testing/selftests/openat2/ |
D | resolve_test.c | 356 .path = "relsym", .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 360 .path = "procexe", .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 363 .path = "/proc/self/exe", .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 367 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 370 .path = "procroot/etc", .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 373 .path = "/proc/self/root/etc", .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests() 377 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests()
|
D | helpers.h | 54 #define RESOLVE_NO_MAGICLINKS 0x02 /* Block traversal through procfs-style macro
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | openat2.h | 28 #define RESOLVE_NO_MAGICLINKS 0x02 /* Block traversal through procfs-style macro
|
/linux-6.1.9/include/uapi/linux/ |
D | openat2.h | 28 #define RESOLVE_NO_MAGICLINKS 0x02 /* Block traversal through procfs-style macro
|
/linux-6.1.9/include/linux/ |
D | fcntl.h | 17 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
|
/linux-6.1.9/fs/ |
D | open.c | 1218 if (how->resolve & RESOLVE_NO_MAGICLINKS) in build_open_flags()
|