Home
last modified time | relevance | path

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

/linux-6.12.1/samples/vfs/
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.12.1/tools/testing/selftests/filesystems/overlayfs/
Ddev_in_maps.c41 int to_dfd, const char *to_pathname, in sys_move_mount() argument
44 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, to_pathname, flags); in sys_move_mount()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
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()
Dtoken.c51 int to_dfd, const char *to_path, in sys_move_mount() argument
54 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
/linux-6.12.1/fs/
Dnamespace.c4232 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument
4267 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
/linux-6.12.1/include/linux/
Dsyscalls.h942 int to_dfd, const char __user *to_path,