Home
last modified time | relevance | path

Searched refs:copy_struct_from_user (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/lib/
Dtest_user_copy.c134 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
147 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
157 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize) != -E2BIG, in test_copy_struct_from_user()
169 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
/Linux-v5.10/include/linux/
Duaccess.h345 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
/Linux-v5.10/fs/
Dopen.c1215 err = copy_struct_from_user(&tmp, sizeof(tmp), how, usize); in SYSCALL_DEFINE4()
Dio_uring.c3828 ret = copy_struct_from_user(&req->open.how, sizeof(req->open.how), how, in io_openat2_prep()
/Linux-v5.10/kernel/
Dseccomp.c1332 ret = copy_struct_from_user(&addfd, sizeof(addfd), uaddfd, size); in seccomp_notify_addfd()
Dfork.c2600 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
/Linux-v5.10/kernel/sched/
Dcore.c5638 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
/Linux-v5.10/kernel/events/
Dcore.c11370 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()