Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmount.h64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c143 #ifndef OPEN_TREE_CLONE
144 #define OPEN_TREE_CLONE 1 macro
1141 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F()
1312 OPEN_TREE_CLONE); in TEST_F()
1342 OPEN_TREE_CLONE); in TEST_F()
1374 OPEN_TREE_CLONE); in TEST_F()
1423 OPEN_TREE_CLONE); in TEST_F()
/openbmc/linux/fs/
H A Dnamespace.c2692 bool detached = flags & OPEN_TREE_CLONE; in SYSCALL_DEFINE3()
2699 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLONE | in SYSCALL_DEFINE3()
2703 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in SYSCALL_DEFINE3()