Searched refs:arg32 (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
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() 41 copy_from_user(bf->l_pad, &arg32->l_pad, 4*sizeof(u32))) in xfs_compat_flock64_copyin() 49 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 55 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1() [all …]
|
/kernel/linux/linux-4.19/fs/xfs/ |
D | xfs_ioctl32.c | 37 compat_xfs_flock64_t __user *arg32) in xfs_compat_flock64_copyin() argument 39 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin() 40 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin() 41 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin() 42 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin() 43 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin() 44 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin() 45 copy_from_user(bf->l_pad, &arg32->l_pad, 4*sizeof(u32))) in xfs_compat_flock64_copyin() 53 compat_xfs_fsop_geom_v1_t __user *arg32) in xfs_compat_ioc_fsgeometry_v1() argument 62 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1() [all …]
|
/kernel/linux/linux-4.19/drivers/scsi/ |
D | hpsa.c | 6164 IOCTL32_Command_struct __user *arg32 = in hpsa_ioctl32_passthru() local 6173 err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info, in hpsa_ioctl32_passthru() 6175 err |= copy_from_user(&arg64.Request, &arg32->Request, in hpsa_ioctl32_passthru() 6177 err |= copy_from_user(&arg64.error_info, &arg32->error_info, in hpsa_ioctl32_passthru() 6179 err |= get_user(arg64.buf_size, &arg32->buf_size); in hpsa_ioctl32_passthru() 6180 err |= get_user(cp, &arg32->buf); in hpsa_ioctl32_passthru() 6190 err |= copy_in_user(&arg32->error_info, &p->error_info, in hpsa_ioctl32_passthru() 6191 sizeof(arg32->error_info)); in hpsa_ioctl32_passthru() 6200 BIG_IOCTL32_Command_struct __user *arg32 = in hpsa_ioctl32_big_passthru() local 6210 err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info, in hpsa_ioctl32_big_passthru() [all …]
|
/kernel/linux/linux-4.19/fs/ |
D | compat_ioctl.c | 1365 compat_ulong_t, arg32) in COMPAT_SYSCALL_DEFINE3() argument 1367 unsigned long arg = arg32; in COMPAT_SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | hpsa.c | 6245 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local 6254 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6256 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru() 6266 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6267 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru() 6276 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local 6284 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6287 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru() 6297 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru() 6298 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
|