Home
last modified time | relevance | path

Searched refs:arg32 (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_ioctl32.c36 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, sizeof(compat_xfs_fsop_handlereq_t))) in xfs_compat_handlereq_copyin()
/linux/include/uapi/rdma/
H A Drdma_user_cm.h309 __u32 arg32[2]; member
/linux/drivers/scsi/
H A Dhpsa.c6260 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local
6269 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru()
6271 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru()
6281 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru()
6282 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru()
6291 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local
6299 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru()
6302 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru()
6312 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru()
6313 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
/linux/drivers/infiniband/core/
H A Ducma.c1784 memcpy(uevent->resp.param.arg32, &event.param.arg, in ucma_write_cm_event()