Searched refs:to_pathname (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/samples/vfs/ |
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-6.12.1/tools/testing/selftests/filesystems/overlayfs/ |
D | dev_in_maps.c | 41 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/fs/ |
D | namespace.c | 4232 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()
|