Searched refs:OPEN_TREE_CLONE (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/open_tree/ |
D | open_tree02.c | 19 {"invalid-fd", -1, MNTPOINT, OPEN_TREE_CLONE, EBADF}, 20 {"invalid-path", AT_FDCWD, "invalid", OPEN_TREE_CLONE, ENOENT},
|
D | open_tree01.c | 19 TCASE_ENTRY(OPEN_TREE_CLONE), 43 TEST(otfd = open_tree(AT_FDCWD, MNTPOINT, tc->flags | OPEN_TREE_CLONE)); in run()
|
/third_party/ltp/include/lapi/ |
D | fsmount.h | 68 #ifndef OPEN_TREE_CLONE 73 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
|