Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c147 #ifndef OPEN_TREE_CLOEXEC
148 #define OPEN_TREE_CLOEXEC O_CLOEXEC macro
1141 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F()
1251 OPEN_TREE_CLOEXEC); in TEST_F()
1281 OPEN_TREE_CLOEXEC); in TEST_F()
1311 OPEN_TREE_CLOEXEC | in TEST_F()
1341 OPEN_TREE_CLOEXEC | in TEST_F()
1373 OPEN_TREE_CLOEXEC | in TEST_F()
1422 OPEN_TREE_CLOEXEC | in TEST_F()
/Linux-v6.6/tools/include/uapi/linux/
Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/Linux-v6.6/include/uapi/linux/
Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/Linux-v6.6/fs/
Dnamespace.c2696 BUILD_BUG_ON(OPEN_TREE_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE3()
2700 OPEN_TREE_CLOEXEC)) in SYSCALL_DEFINE3()