Home
last modified time | relevance | path

Searched refs:from_pathname (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/filesystems/
H A Dwrappers.h65 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument
69 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
H A Dfile_stressor.c42 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument
46 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux/samples/vfs/
H A Dtest-fsmount.c88 static inline int move_mount(int from_dfd, const char *from_pathname, in move_mount() argument
93 from_dfd, from_pathname, in move_mount()
/linux/fs/
H A Dnamespace.c4529 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument
4559 from_name = getname_maybe_null(from_pathname, uflags); in SYSCALL_DEFINE5()