Home
last modified time | relevance | path

Searched refs:OPEN_TREE_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c153 #ifndef OPEN_TREE_CLOEXEC
154 #define OPEN_TREE_CLOEXEC O_CLOEXEC macro
1147 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F()
1257 OPEN_TREE_CLOEXEC); in TEST_F()
1287 OPEN_TREE_CLOEXEC); in TEST_F()
1317 OPEN_TREE_CLOEXEC | in TEST_F()
1347 OPEN_TREE_CLOEXEC | in TEST_F()
1379 OPEN_TREE_CLOEXEC | in TEST_F()
1428 OPEN_TREE_CLOEXEC | in TEST_F()
/external/ltp/testcases/kernel/syscalls/open_tree/
Dopen_tree01.c20 TCASE_ENTRY(OPEN_TREE_CLOEXEC)
/external/kernel-headers/original/uapi/linux/
Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/external/ltp/testcases/kernel/syscalls/mount_setattr/
Dmount_setattr01.c87 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE)); in run()
/external/ltp/include/lapi/
Dfsmount.h128 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c3388 #ifdef OPEN_TREE_CLOEXEC
3389 { "OPEN_TREE_CLOEXEC", (unsigned long) OPEN_TREE_CLOEXEC },