Lines Matching refs:hreq
312 xfs_fsop_handlereq_t *hreq,
320 hreq->fd = hreq32.fd;
321 hreq->path = compat_ptr(hreq32.path);
322 hreq->oflags = hreq32.oflags;
323 hreq->ihandle = compat_ptr(hreq32.ihandle);
324 hreq->ihandlen = hreq32.ihandlen;
325 hreq->ohandle = compat_ptr(hreq32.ohandle);
326 hreq->ohandlen = compat_ptr(hreq32.ohandlen);
334 compat_xfs_fsop_handlereq_t *hreq)
337 compat_ptr(hreq->ihandle), hreq->ihandlen);
354 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq);
386 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq);
488 struct xfs_fsop_handlereq hreq;
490 if (xfs_compat_handlereq_copyin(&hreq, arg))
493 return xfs_find_handle(cmd, &hreq);
496 struct xfs_fsop_handlereq hreq;
498 if (xfs_compat_handlereq_copyin(&hreq, arg))
500 return xfs_open_by_handle(filp, &hreq);
503 struct xfs_fsop_handlereq hreq;
505 if (xfs_compat_handlereq_copyin(&hreq, arg))
507 return xfs_readlink_by_handle(filp, &hreq);