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()
366 dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); in xfs_compat_attrlist_by_handle()
398 dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); in xfs_compat_attrmulti_by_handle()
514 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
516 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
519 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
522 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
524 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
526 return xfs_open_by_handle(filp, &hreq); in xfs_file_compat_ioctl()
529 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
531 if (xfs_compat_handlereq_copyin(&hreq, arg)) in xfs_file_compat_ioctl()
533 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_compat_ioctl()