Lines Matching refs:hreq
324 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
332 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
333 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
334 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
335 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
336 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
337 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
338 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
346 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
349 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
379 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
431 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
519 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle()
629 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
631 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
634 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
637 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
639 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
641 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
644 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
646 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
648 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_compat_ioctl()