Home
last modified time | relevance | path

Searched refs:to_dfd (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/filesystems/overlayfs/
H A Dwrappers.h40 int to_dfd, const char *to_pathname, in sys_move_mount() argument
43 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux-6.15/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-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c68 int to_dfd, const char *to_pathname, in sys_move_mount() argument
71 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux-6.15/tools/testing/selftests/filesystems/
H A Dfile_stressor.c43 int to_dfd, const char *to_pathname, in sys_move_mount() argument
46 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c30 int to_dfd, const char *to_path, in sys_move_mount() argument
33 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, ms_flags); in sys_move_mount()
H A Dtoken.c52 int to_dfd, const char *to_path, in sys_move_mount() argument
55 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
/linux-6.15/fs/
H A Dnamespace.c4618 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument
4660 if (!to_name && to_dfd >= 0) { in SYSCALL_DEFINE5()
4661 CLASS(fd_raw, f_to)(to_dfd); in SYSCALL_DEFINE5()
4668 ret = filename_lookup(to_dfd, to_name, lflags, &to_path, NULL); in SYSCALL_DEFINE5()
/linux-6.15/include/linux/
H A Dsyscalls.h959 int to_dfd, const char __user *to_path,