Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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()
/Linux-v6.6/fs/
Dnamespace.c4060 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument
4095 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
/Linux-v6.6/include/linux/
Dsyscalls.h916 int to_dfd, const char __user *to_path,