Home
last modified time | relevance | path

Searched refs:from_pathname (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfsmount.h93 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 Dmove_mount02.c17 const char *from_pathname; member
63 TEST(move_mount(*tc->from_dirfd, tc->from_pathname, tc->to_dirfd, in run()

Completed in 1 milliseconds