Home
last modified time | relevance | path

Searched refs:RESOLVE_IN_ROOT (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/testing/selftests/openat2/
Dresolve_test.c213 .path = "/", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
216 .path = "cheeky/absself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
219 .path = "abscheeky/absself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
222 .path = "..", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
225 .path = "../root/", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
228 .path = "cheeky/self", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
231 .path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
234 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
237 .path = "root", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
240 .path = "etc", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
[all …]
Dhelpers.h50 #ifndef RESOLVE_IN_ROOT
61 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
Drename_attack_test.c76 case RESOLVE_IN_ROOT: in flagname()
154 test_rename_attack(RESOLVE_IN_ROOT); in main()
Dopenat2_test.c220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
/Linux-v6.6/tools/include/uapi/linux/
Dopenat2.h35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
/Linux-v6.6/include/uapi/linux/
Dopenat2.h35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
/Linux-v6.6/include/linux/
Dfcntl.h18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/Linux-v6.6/fs/
Dopen.c1250 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1336 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()