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