Lines Matching refs:arg
356 void __user *arg) in xfs_compat_attrlist_by_handle() argument
366 if (copy_from_user(&al_hreq, arg, in xfs_compat_attrlist_by_handle()
406 void __user *arg) in xfs_compat_attrmulti_by_handle() argument
417 if (copy_from_user(&am_hreq, arg, in xfs_compat_attrmulti_by_handle()
499 void __user *arg) in xfs_compat_fssetdm_by_handle() argument
508 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle()
543 void __user *arg = (void __user *)p; in xfs_file_compat_ioctl() local
596 if (xfs_compat_flock64_copyin(&bf, arg)) in xfs_file_compat_ioctl()
602 return xfs_compat_ioc_fsgeometry_v1(mp, arg); in xfs_file_compat_ioctl()
606 if (xfs_compat_growfs_data_copyin(&in, arg)) in xfs_file_compat_ioctl()
614 if (xfs_compat_growfs_rt_copyin(&in, arg)) in xfs_file_compat_ioctl()
628 struct compat_xfs_swapext __user *sxu = arg; in xfs_file_compat_ioctl()
641 return xfs_compat_ioc_bulkstat(mp, cmd, arg); in xfs_file_compat_ioctl()
647 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
655 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
662 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
667 return xfs_compat_attrlist_by_handle(filp, arg); in xfs_file_compat_ioctl()
669 return xfs_compat_attrmulti_by_handle(filp, arg); in xfs_file_compat_ioctl()
671 return xfs_compat_fssetdm_by_handle(filp, arg); in xfs_file_compat_ioctl()