Searched refs:from_pathname (Results 1 – 5 of 5) 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/fs/ |
| H A D | namespace.c | 4617 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument 4647 from_name = getname_maybe_null(from_pathname, uflags); in SYSCALL_DEFINE5()
|