Searched refs:to_dirfd (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/move_mount/ |
H A D | move_mount02.c | 18 int to_dirfd; member 63 TEST(move_mount(*tc->from_dirfd, tc->from_pathname, tc->to_dirfd, in run()
|
/third_party/ltp/include/lapi/ |
H A D | fsmount.h | 94 int to_dirfd, const char *to_pathname, in move_mount() 97 return tst_syscall(__NR_move_mount, from_dirfd, from_pathname, to_dirfd, in move_mount() 93 move_mount(int from_dirfd, const char *from_pathname, int to_dirfd, const char *to_pathname, unsigned int flags) move_mount() argument
|
Completed in 2 milliseconds