Lines Matching refs:hreq
330 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
338 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
339 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
340 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
341 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
342 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
343 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
344 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
352 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
355 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
385 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
437 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
525 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle()
670 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
672 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
675 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
678 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
680 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
682 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
685 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
687 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
689 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_compat_ioctl()