Lines Matching refs:compat_ptr
265 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
269 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
272 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
323 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
325 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
327 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
328 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
339 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
383 if (copy_to_user(compat_ptr(al_hreq.buffer), kbuf, al_hreq.buflen)) in xfs_compat_attrlist_by_handle()
424 ops = memdup_user(compat_ptr(am_hreq.ops), size); in xfs_compat_attrmulti_by_handle()
438 compat_ptr(ops[i].am_attrname), in xfs_compat_attrmulti_by_handle()
449 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
458 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
476 if (copy_to_user(compat_ptr(am_hreq.ops), ops, size)) in xfs_compat_attrmulti_by_handle()
512 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()