Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Dwrappers.h66 int to_dfd, const char *to_pathname, in sys_move_mount() argument
70 to_pathname, flags); in sys_move_mount()
H A Dfile_stressor.c43 int to_dfd, const char *to_pathname, in sys_move_mount() argument
47 to_pathname, flags); in sys_move_mount()
/linux/samples/vfs/
H A Dtest-fsmount.c89 int to_dfd, const char *to_pathname, in move_mount() argument
94 to_dfd, to_pathname, flags); in move_mount()
/linux/fs/
H A Dnamespace.c4425 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument
4453 to_name = getname_maybe_null(to_pathname, uflags); in SYSCALL_DEFINE5()