hreq 567 fs/xfs/libxfs/xfs_fs.h struct xfs_fsop_handlereq hreq; /* handle information */ hreq 576 fs/xfs/libxfs/xfs_fs.h struct xfs_fsop_handlereq hreq; /* handle interface structure */ hreq 596 fs/xfs/libxfs/xfs_fs.h struct xfs_fsop_handlereq hreq; /* handle interface structure */ hreq 54 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t *hreq) hreq 65 fs/xfs/xfs_ioctl.c f = fdget(hreq->fd); hreq 70 fs/xfs/xfs_ioctl.c error = user_path_at(AT_FDCWD, hreq->path, 0, &path); hreq 110 fs/xfs/xfs_ioctl.c if (copy_to_user(hreq->ohandle, &handle, hsize) || hreq 111 fs/xfs/xfs_ioctl.c copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) hreq 174 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t *hreq) hreq 176 fs/xfs/xfs_ioctl.c return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); hreq 182 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t *hreq) hreq 197 fs/xfs/xfs_ioctl.c dentry = xfs_handlereq_to_dentry(parfilp, hreq); hreq 209 fs/xfs/xfs_ioctl.c hreq->oflags |= O_LARGEFILE; hreq 212 fs/xfs/xfs_ioctl.c permflag = hreq->oflags; hreq 239 fs/xfs/xfs_ioctl.c filp = dentry_open(&path, hreq->oflags, cred); hreq 262 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t *hreq) hreq 271 fs/xfs/xfs_ioctl.c dentry = xfs_handlereq_to_dentry(parfilp, hreq); hreq 281 fs/xfs/xfs_ioctl.c if (copy_from_user(&olen, hreq->ohandlen, sizeof(__u32))) { hreq 286 fs/xfs/xfs_ioctl.c error = vfs_readlink(dentry, hreq->ohandle, olen); hreq 344 fs/xfs/xfs_ioctl.c dentry = xfs_handlereq_to_dentry(parfilp, &dmhreq.hreq); hreq 395 fs/xfs/xfs_ioctl.c dentry = xfs_handlereq_to_dentry(parfilp, &al_hreq.hreq); hreq 517 fs/xfs/xfs_ioctl.c dentry = xfs_handlereq_to_dentry(parfilp, &am_hreq.hreq); hreq 2218 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t hreq; hreq 2220 fs/xfs/xfs_ioctl.c if (copy_from_user(&hreq, arg, sizeof(hreq))) hreq 2222 fs/xfs/xfs_ioctl.c return xfs_find_handle(cmd, &hreq); hreq 2225 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t hreq; hreq 2227 fs/xfs/xfs_ioctl.c if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) hreq 2229 fs/xfs/xfs_ioctl.c return xfs_open_by_handle(filp, &hreq); hreq 2235 fs/xfs/xfs_ioctl.c xfs_fsop_handlereq_t hreq; hreq 2237 fs/xfs/xfs_ioctl.c if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) hreq 2239 fs/xfs/xfs_ioctl.c return xfs_readlink_by_handle(filp, &hreq); hreq 22 fs/xfs/xfs_ioctl.h xfs_fsop_handlereq_t *hreq); hreq 27 fs/xfs/xfs_ioctl.h xfs_fsop_handlereq_t *hreq); hreq 32 fs/xfs/xfs_ioctl.h xfs_fsop_handlereq_t *hreq); hreq 324 fs/xfs/xfs_ioctl32.c xfs_fsop_handlereq_t *hreq, hreq 332 fs/xfs/xfs_ioctl32.c hreq->fd = hreq32.fd; hreq 333 fs/xfs/xfs_ioctl32.c hreq->path = compat_ptr(hreq32.path); hreq 334 fs/xfs/xfs_ioctl32.c hreq->oflags = hreq32.oflags; hreq 335 fs/xfs/xfs_ioctl32.c hreq->ihandle = compat_ptr(hreq32.ihandle); hreq 336 fs/xfs/xfs_ioctl32.c hreq->ihandlen = hreq32.ihandlen; hreq 337 fs/xfs/xfs_ioctl32.c hreq->ohandle = compat_ptr(hreq32.ohandle); hreq 338 fs/xfs/xfs_ioctl32.c hreq->ohandlen = compat_ptr(hreq32.ohandlen); hreq 346 fs/xfs/xfs_ioctl32.c compat_xfs_fsop_handlereq_t *hreq) hreq 349 fs/xfs/xfs_ioctl32.c compat_ptr(hreq->ihandle), hreq->ihandlen); hreq 379 fs/xfs/xfs_ioctl32.c dentry = xfs_compat_handlereq_to_dentry(parfilp, &al_hreq.hreq); hreq 431 fs/xfs/xfs_ioctl32.c dentry = xfs_compat_handlereq_to_dentry(parfilp, &am_hreq.hreq); hreq 521 fs/xfs/xfs_ioctl32.c dentry = xfs_compat_handlereq_to_dentry(parfilp, &dmhreq.hreq); hreq 631 fs/xfs/xfs_ioctl32.c struct xfs_fsop_handlereq hreq; hreq 633 fs/xfs/xfs_ioctl32.c if (xfs_compat_handlereq_copyin(&hreq, arg)) hreq 636 fs/xfs/xfs_ioctl32.c return xfs_find_handle(cmd, &hreq); hreq 639 fs/xfs/xfs_ioctl32.c struct xfs_fsop_handlereq hreq; hreq 641 fs/xfs/xfs_ioctl32.c if (xfs_compat_handlereq_copyin(&hreq, arg)) hreq 643 fs/xfs/xfs_ioctl32.c return xfs_open_by_handle(filp, &hreq); hreq 646 fs/xfs/xfs_ioctl32.c struct xfs_fsop_handlereq hreq; hreq 648 fs/xfs/xfs_ioctl32.c if (xfs_compat_handlereq_copyin(&hreq, arg)) hreq 650 fs/xfs/xfs_ioctl32.c return xfs_readlink_by_handle(filp, &hreq); hreq 115 fs/xfs/xfs_ioctl32.h struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ hreq 137 fs/xfs/xfs_ioctl32.h struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ hreq 147 fs/xfs/xfs_ioctl32.h struct compat_xfs_fsop_handlereq hreq; /* handle information */ hreq 296 net/bluetooth/a2mp.c struct hci_request hreq; hreq 318 net/bluetooth/a2mp.c hci_req_init(&hreq, hdev); hreq 319 net/bluetooth/a2mp.c hci_req_add(&hreq, HCI_OP_READ_LOCAL_AMP_INFO, 0, NULL); hreq 320 net/bluetooth/a2mp.c err = hci_req_run(&hreq, read_local_amp_info_complete);