Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mount_setattr/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/openbmc/linux/fs/
H A Dnamespace.c2696 BUILD_BUG_ON(OPEN_TREE_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE3()
2700 OPEN_TREE_CLOEXEC)) in SYSCALL_DEFINE3()