Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dmount.h64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/Linux-v6.1/include/uapi/linux/
Dmount.h64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/Linux-v6.1/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c149 #ifndef OPEN_TREE_CLONE
150 #define OPEN_TREE_CLONE 1 macro
1147 OPEN_TREE_CLOEXEC | OPEN_TREE_CLONE); in TEST_F()
1318 OPEN_TREE_CLONE); in TEST_F()
1348 OPEN_TREE_CLONE); in TEST_F()
1380 OPEN_TREE_CLONE); in TEST_F()
1429 OPEN_TREE_CLONE); in TEST_F()
/Linux-v6.1/fs/
Dnamespace.c2509 bool detached = flags & OPEN_TREE_CLONE; in SYSCALL_DEFINE3()
2516 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLONE | in SYSCALL_DEFINE3()
2520 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in SYSCALL_DEFINE3()