Searched refs:copy_struct_from_user (Results 1 – 2 of 2) sorted by relevance
3690 copy_struct_from_user(&how, sizeof(how), arg2, arg3) == 0) { in print_openat2()
631 int copy_struct_from_user(void *dst, size_t ksize, abi_ptr src, size_t usize) in copy_struct_from_user() function8824 ret = copy_struct_from_user(&how, sizeof(how), guest_open_how, guest_size); in do_openat2()