Searched refs:from_pathname (Results 1 – 2 of 2) sorted by relevance
48 static inline int move_mount(int from_dirfd, const char *from_pathname, in move_mount() argument52 return tst_syscall(__NR_move_mount, from_dirfd, from_pathname, to_dirfd, in move_mount()
17 const char *from_pathname; member63 TEST(move_mount(*tc->from_dirfd, tc->from_pathname, tc->to_dirfd, in run()