Home
last modified time | relevance | path

Searched refs:__NR_move_mount (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c39 #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 Dtest-fsmount.c67 #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 Dmove_mount_set_group_test.c221 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 Dwrappers.h43 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 Dmount_setattr_test.c130 #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 Dfile_stressor.c46 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 Dbpf_obj_pinning.c33 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, ms_flags); in sys_move_mount()
H A Dtoken.c55 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 Dunistd.h767 #define __NR_move_mount 429 macro
768 __SYSCALL(__NR_move_mount, sys_move_mount)
/linux-6.15/tools/include/uapi/asm-generic/
H A Dunistd.h767 #define __NR_move_mount 429 macro
768 __SYSCALL(__NR_move_mount, sys_move_mount)
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c1722 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()