Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/openat2/
Dresolve_test.c139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
Drename_attack_test.c78 case RESOLVE_BENEATH: in flagname()
153 test_rename_attack(RESOLVE_BENEATH); in main()
Dhelpers.h57 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/Linux-v5.10/tools/include/uapi/linux/
Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/Linux-v5.10/include/uapi/linux/
Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/Linux-v5.10/include/linux/
Dfcntl.h22 RESOLVE_BENEATH | RESOLVE_IN_ROOT)
/Linux-v5.10/fs/
Dopen.c1086 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()