| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 39 #ifndef __NR_move_mount 41 #define __NR_move_mount 539 macro 44 #define __NR_move_mount 4429 macro 47 #define __NR_move_mount 6429 macro 50 #define __NR_move_mount 5429 macro 53 #define __NR_move_mount (428 + 1024) macro 55 #define __NR_move_mount 429 macro 71 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 | 67 #ifndef __NR_move_mount 68 #define __NR_move_mount -1 macro 92 return syscall(__NR_move_mount, in move_mount()
|
| /linux-6.15/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 221 ret = syscall(__NR_move_mount, AT_FDCWD, SET_GROUP_FROM, in move_mount_set_group_supported() 366 ASSERT_EQ(syscall(__NR_move_mount, ca_from.mntfd, "", in TEST_F()
|
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | wrappers.h | 43 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 130 #ifndef __NR_move_mount 132 #define __NR_move_mount 539 macro 135 #define __NR_move_mount 4429 macro 138 #define __NR_move_mount 6429 macro 141 #define __NR_move_mount 5429 macro 144 #define __NR_move_mount (428 + 1024) macro 146 #define __NR_move_mount 429 macro
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 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 | 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 | 55 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | unistd.h | 767 #define __NR_move_mount 429 macro 768 __SYSCALL(__NR_move_mount, sys_move_mount)
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 767 #define __NR_move_mount 429 macro 768 __SYSCALL(__NR_move_mount, sys_move_mount)
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 1722 ASSERT_EQ(0, syscall(__NR_move_mount, AT_FDCWD, dir_s3d2, AT_FDCWD, in TEST_F_FORK() 1728 ASSERT_EQ(0, syscall(__NR_move_mount, AT_FDCWD, dir_s1d2, AT_FDCWD, in TEST_F_FORK() 1736 ASSERT_EQ(-1, syscall(__NR_move_mount, AT_FDCWD, dir_s3d2, AT_FDCWD, in TEST_F_FORK() 1761 ASSERT_EQ(0, syscall(__NR_move_mount, AT_FDCWD, dir_s1d2, AT_FDCWD, in TEST_F_FORK() 1791 ASSERT_EQ(-1, syscall(__NR_move_mount, AT_FDCWD, dir_s3d2, AT_FDCWD, in TEST_F_FORK()
|