hreq32 327 fs/xfs/xfs_ioctl32.c compat_xfs_fsop_handlereq_t hreq32; hreq32 329 fs/xfs/xfs_ioctl32.c if (copy_from_user(&hreq32, arg32, sizeof(compat_xfs_fsop_handlereq_t))) hreq32 332 fs/xfs/xfs_ioctl32.c hreq->fd = hreq32.fd; hreq32 333 fs/xfs/xfs_ioctl32.c hreq->path = compat_ptr(hreq32.path); hreq32 334 fs/xfs/xfs_ioctl32.c hreq->oflags = hreq32.oflags; hreq32 335 fs/xfs/xfs_ioctl32.c hreq->ihandle = compat_ptr(hreq32.ihandle); hreq32 336 fs/xfs/xfs_ioctl32.c hreq->ihandlen = hreq32.ihandlen; hreq32 337 fs/xfs/xfs_ioctl32.c hreq->ohandle = compat_ptr(hreq32.ohandle); hreq32 338 fs/xfs/xfs_ioctl32.c hreq->ohandlen = compat_ptr(hreq32.ohandlen);