Searched refs:copy_struct_from_user (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_user_copy.c | 134 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uaccess.h | 345 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 1264 err = copy_struct_from_user(&tmp, sizeof(tmp), how, usize); in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | seccomp.c | 1567 ret = copy_struct_from_user(&addfd, sizeof(addfd), uaddfd, size); in seccomp_notify_addfd()
|
| H A D | fork.c | 2703 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 5902 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 4127 ret = copy_struct_from_user(&req->open.how, sizeof(req->open.how), how, in io_openat2_prep()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 11450 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()
|