Lines Matching refs:hreq
324 xfs_fsop_handlereq_t *hreq,
332 hreq->fd = hreq32.fd;
333 hreq->path = compat_ptr(hreq32.path);
334 hreq->oflags = hreq32.oflags;
335 hreq->ihandle = compat_ptr(hreq32.ihandle);
336 hreq->ihandlen = hreq32.ihandlen;
337 hreq->ohandle = compat_ptr(hreq32.ohandle);
338 hreq->ohandlen = compat_ptr(hreq32.ohandlen);
346 compat_xfs_fsop_handlereq_t *hreq)
349 compat_ptr(hreq->ihandle), hreq->ihandlen);
366 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq);
398 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq);
514 struct xfs_fsop_handlereq hreq;
516 if (xfs_compat_handlereq_copyin(&hreq, arg))
519 return xfs_find_handle(cmd, &hreq);
522 struct xfs_fsop_handlereq hreq;
524 if (xfs_compat_handlereq_copyin(&hreq, arg))
526 return xfs_open_by_handle(filp, &hreq);
529 struct xfs_fsop_handlereq hreq;
531 if (xfs_compat_handlereq_copyin(&hreq, arg))
533 return xfs_readlink_by_handle(filp, &hreq);