Searched refs:arg32 (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_ioctl32.c | 33 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument 35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin() 36 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin() 37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin() 38 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin() 39 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin() 40 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin() 49 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 63 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument 66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin() [all …]
|
| /linux/drivers/scsi/ |
| A D | hpsa.c | 6277 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local 6286 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6288 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru() 6298 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6299 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6308 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local 6316 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6319 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru() 6329 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6330 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
|
Completed in 20 milliseconds