Searched refs:__NR_move_mount (Results 1 – 7 of 7) sorted by relevance
/linux/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/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/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/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 | 54 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
|
/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)
|
/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)
|