Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/open_tree/
Dopen_tree02.c19 {"invalid-fd", -1, MNTPOINT, OPEN_TREE_CLONE, EBADF},
20 {"invalid-path", AT_FDCWD, "invalid", OPEN_TREE_CLONE, ENOENT},
Dopen_tree01.c19 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/
Dfsmount.h68 #ifndef OPEN_TREE_CLONE
73 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro