Lines Matching refs:arg
345 void __user *arg) in xfs_compat_attrlist_by_handle() argument
349 compat_xfs_fsop_attrlist_handlereq_t __user *p = arg; in xfs_compat_attrlist_by_handle()
356 if (copy_from_user(&al_hreq, arg, in xfs_compat_attrlist_by_handle()
402 void __user *arg) in xfs_compat_attrmulti_by_handle() argument
413 if (copy_from_user(&am_hreq, arg, in xfs_compat_attrmulti_by_handle()
496 void __user *arg) in xfs_compat_fssetdm_by_handle() argument
505 if (copy_from_user(&dmhreq, arg, in xfs_compat_fssetdm_by_handle()
540 void __user *arg = (void __user *)p; in xfs_file_compat_ioctl() local
595 if (xfs_compat_flock64_copyin(&bf, arg)) in xfs_file_compat_ioctl()
601 return xfs_compat_ioc_fsgeometry_v1(mp, arg); in xfs_file_compat_ioctl()
605 if (xfs_compat_growfs_data_copyin(&in, arg)) in xfs_file_compat_ioctl()
617 if (xfs_compat_growfs_rt_copyin(&in, arg)) in xfs_file_compat_ioctl()
635 struct compat_xfs_swapext __user *sxu = arg; in xfs_file_compat_ioctl()
652 return xfs_compat_ioc_bulkstat(mp, cmd, arg); in xfs_file_compat_ioctl()
658 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
666 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
673 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
678 return xfs_compat_attrlist_by_handle(filp, arg); in xfs_file_compat_ioctl()
680 return xfs_compat_attrmulti_by_handle(filp, arg); in xfs_file_compat_ioctl()
682 return xfs_compat_fssetdm_by_handle(filp, arg); in xfs_file_compat_ioctl()