Lines Matching refs:hreq
314 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
322 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
323 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
324 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
325 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
326 hreq->ihandlen = hreq32.ihandlen; 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()
336 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
339 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
368 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
415 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
503 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle()
650 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
652 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
655 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
658 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
660 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
662 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
665 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
667 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
669 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_compat_ioctl()