Home
last modified time | relevance | path

Searched refs:to_dirfd (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
Dfsmount.h49 int to_dirfd, const char *to_pathname, in move_mount() argument
52 return tst_syscall(__NR_move_mount, from_dirfd, from_pathname, to_dirfd, in move_mount()
/third_party/ltp/testcases/kernel/syscalls/move_mount/
Dmove_mount02.c18 int to_dirfd; member
63 TEST(move_mount(*tc->from_dirfd, tc->from_pathname, tc->to_dirfd, in run()