Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/openat2/
A Dresolve_test.c213 .path = "/", .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()
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()
246 .path = "relsym", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
255 .path = "abssym", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
[all …]
A Dhelpers.h50 #ifndef RESOLVE_IN_ROOT
61 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
A Drename_attack_test.c76 case RESOLVE_IN_ROOT: in flagname()
154 test_rename_attack(RESOLVE_IN_ROOT); in main()
A Dopenat2_test.c220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
/linux-6.3-rc2/include/uapi/linux/
A Dopenat2.h35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dopenat2.h35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
/linux-6.3-rc2/include/linux/
A Dfcntl.h18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/linux-6.3-rc2/fs/
A Dopen.c1184 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1262 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()

Completed in 10 milliseconds