Searched refs:from_dfd (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | wrappers.h | 39 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument 43 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
|
| /linux-6.15/samples/vfs/ |
| H A D | test-fsmount.c | 88 static inline int move_mount(int from_dfd, const char *from_pathname, in move_mount() argument 93 from_dfd, from_pathname, in move_mount()
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 67 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument 71 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 42 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument 46 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_pinning.c | 29 static inline int sys_move_mount(int from_dfd, const char *from_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 | 51 static inline int sys_move_mount(int from_dfd, const char *from_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-6.15/fs/ |
| H A D | namespace.c | 4617 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument 4673 if (!from_name && from_dfd >= 0) { in SYSCALL_DEFINE5() 4674 CLASS(fd_raw, f_from)(from_dfd); in SYSCALL_DEFINE5() 4681 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL); in SYSCALL_DEFINE5()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 958 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
|