• Home
  • Raw
  • Download

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()
369 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
421 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
509 dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); in xfs_compat_fssetdm_by_handle()
656 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
658 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
661 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
664 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
666 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
668 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
671 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
673 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
675 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_compat_ioctl()