/openbmc/linux/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()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 279 #define __NR_move_mount 429 macro
|
H A D | unistd_64.h | 289 #define __NR_move_mount 429 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 288 #define __NR_move_mount 429 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 285 #define __NR_move_mount 429 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 352 #define __NR_move_mount 429 macro
|
H A D | unistd_32.h | 404 #define __NR_move_mount 429 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 345 #define __NR_move_mount 429 macro
|
H A D | unistd_32.h | 422 #define __NR_move_mount 429 macro
|
H A D | unistd_x32.h | 298 #define __NR_move_mount (__X32_SYSCALL_BIT + 429) macro
|
/openbmc/linux/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()
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 386 #define __NR_move_mount 429 macro
|
H A D | unistd_32.h | 414 #define __NR_move_mount 429 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 767 #define __NR_move_mount 429 macro 768 __SYSCALL(__NR_move_mount, sys_move_mount)
|
/openbmc/linux/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)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 767 #define __NR_move_mount 429 macro 768 __SYSCALL(__NR_move_mount, sys_move_mount)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 868 #define __NR_move_mount 429 macro 869 __SYSCALL(__NR_move_mount, sys_move_mount)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 337 #define __NR_move_mount (__NR_Linux + 429) macro
|
H A D | unistd_n32.h | 361 #define __NR_move_mount (__NR_Linux + 429) macro
|
H A D | unistd_o32.h | 407 #define __NR_move_mount (__NR_Linux + 429) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 386 #define __NR_move_mount (__NR_SYSCALL_BASE + 429) macro
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1620 ASSERT_EQ(0, syscall(__NR_move_mount, AT_FDCWD, dir_s3d2, AT_FDCWD, in TEST_F_FORK() 1626 ASSERT_EQ(0, syscall(__NR_move_mount, AT_FDCWD, dir_s1d2, AT_FDCWD, in TEST_F_FORK() 1634 ASSERT_EQ(-1, syscall(__NR_move_mount, AT_FDCWD, dir_s3d2, AT_FDCWD, in TEST_F_FORK()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9177 #if defined(TARGET_NR_move_mount) && defined(__NR_move_mount) in _syscall2() 9178 #define __NR_sys_move_mount __NR_move_mount in _syscall2() 9589 #if defined(TARGET_NR_move_mount) && defined(__NR_move_mount) in _syscall2()
|