Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/tools/include/uapi/linux/
Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/linux-6.1.9/include/uapi/linux/
Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/linux-6.1.9/fs/
Dnamespace.c2513 BUILD_BUG_ON(OPEN_TREE_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE3()
2517 OPEN_TREE_CLOEXEC)) in SYSCALL_DEFINE3()