Searched refs:to_dfd (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/filesystems/ |
| H A D | wrappers.h | 66 int to_dfd, const char *to_pathname, in sys_move_mount() argument 69 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
|
| H A D | file_stressor.c | 43 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/samples/vfs/ |
| H A D | test-fsmount.c | 89 int to_dfd, const char *to_pathname, in move_mount() argument 94 to_dfd, to_pathname, flags); in move_mount()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_pinning.c | 30 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 D | token.c | 52 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/fs/ |
| H A D | namespace.c | 4425 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument 4457 if (!to_name && to_dfd >= 0) { in SYSCALL_DEFINE5() 4458 CLASS(fd_raw, f_to)(to_dfd); in SYSCALL_DEFINE5() 4470 ret = filename_lookup(to_dfd, to_name, lflags, &to_path, NULL); in SYSCALL_DEFINE5()
|
| /linux/include/linux/ |
| H A D | syscalls.h | 966 int to_dfd, const char __user *to_path,
|