Lines Matching refs:compat_ptr
255 bulkreq.lastip = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
259 bulkreq.ubuffer = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
262 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_bulkstat()
313 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
315 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
317 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
318 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
329 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
373 if (copy_to_user(compat_ptr(al_hreq.buffer), kbuf, al_hreq.buflen)) in xfs_compat_attrlist_by_handle()
414 ops = memdup_user(compat_ptr(am_hreq.ops), size); in xfs_compat_attrmulti_by_handle()
428 compat_ptr(ops[i].am_attrname), in xfs_compat_attrmulti_by_handle()
439 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
448 compat_ptr(ops[i].am_attrvalue), in xfs_compat_attrmulti_by_handle()
466 if (copy_to_user(compat_ptr(am_hreq.ops), ops, size)) in xfs_compat_attrmulti_by_handle()
502 if (copy_from_user(&fsd, compat_ptr(dmhreq.data), sizeof(fsd))) { in xfs_compat_fssetdm_by_handle()