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()
399 if (copy_to_user(compat_ptr(al_hreq.buffer), kbuf, al_hreq.buflen)) in xfs_compat_attrlist_by_handle()
440 ops = memdup_user(compat_ptr(am_hreq.ops), size); in xfs_compat_attrmulti_by_handle()
454 compat_ptr(ops[i].am_attrname), in xfs_compat_attrmulti_by_handle()
465 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
474 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
492 if (copy_to_user(compat_ptr(am_hreq.ops), ops, size)) in xfs_compat_attrmulti_by_handle()
528 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()
550 void __user *arg = compat_ptr(p); in xfs_file_compat_ioctl()