Searched refs:arg32 (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 36 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 42 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1() 50 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument 52 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin() 53 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin() 61 compat_xfs_growfs_rt_t __user *arg32) in xfs_compat_growfs_rt_copyin() argument 63 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin() 64 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin() 314 compat_xfs_fsop_handlereq_t __user *arg32) in xfs_compat_handlereq_copyin() argument 318 if (copy_from_user(&hreq32, arg32, sizeo in xfs_compat_handlereq_copyin() [all...] |
/linux/drivers/scsi/ |
H A D | hpsa.c | 6267 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local 6276 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6278 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru() 6288 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6289 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6298 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local 6306 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6309 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru() 6319 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6320 sizeof(arg32 in hpsa_ioctl32_big_passthru() [all...] |