Searched refs:to_dfd (Results 1 – 4 of 4) sorted by relevance
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/fs/ |
H A D | namespace.c | 4079 int, to_dfd, const char __user *, to_pathname, in SYSCALL_DEFINE5() argument 4114 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 923 int to_dfd, const char __user *to_path,
|