Searched refs:arg32 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_ioctl32.c | 35 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 41 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1() 49 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument 51 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin() 52 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin() 60 compat_xfs_growfs_rt_t __user *arg32) in xfs_compat_growfs_rt_copyin() argument 62 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin() 63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin() 313 compat_xfs_fsop_handlereq_t __user *arg32) in xfs_compat_handlereq_copyin() argument 317 if (copy_from_user(&hreq32, arg32, sizeof(compat_xfs_fsop_handlereq_t))) in xfs_compat_handlereq_copyin()
|
/Linux-v6.1/drivers/scsi/ |
D | hpsa.c | 6273 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local 6282 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6284 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru() 6294 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6295 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6304 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local 6312 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6315 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru() 6325 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6326 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
|