Lines Matching refs:arg32
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()
70 compat_xfs_growfs_data_t __user *arg32) in xfs_compat_growfs_data_copyin() argument
72 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin()
73 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
81 compat_xfs_growfs_rt_t __user *arg32) in xfs_compat_growfs_rt_copyin() argument
83 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin()
84 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
331 compat_xfs_fsop_handlereq_t __user *arg32) in xfs_compat_handlereq_copyin() argument
335 if (copy_from_user(&hreq32, arg32, sizeof(compat_xfs_fsop_handlereq_t))) in xfs_compat_handlereq_copyin()