Lines Matching refs:compat_ptr
260 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
264 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
267 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat()
333 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
335 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
337 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
338 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
349 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
371 compat_ptr(al_hreq.buffer), al_hreq.buflen, in xfs_compat_attrlist_by_handle()
407 ops = memdup_user(compat_ptr(am_hreq.ops), size); in xfs_compat_attrmulti_by_handle()
417 compat_ptr(ops[i].am_attrname), in xfs_compat_attrmulti_by_handle()
418 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
422 if (copy_to_user(compat_ptr(am_hreq.ops), ops, size)) in xfs_compat_attrmulti_by_handle()
440 void __user *arg = compat_ptr(p); in xfs_file_compat_ioctl()