Home
last modified time | relevance | path

Searched refs:hreq (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
A Dxfs_ioctl32.c326 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument
334 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
335 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
336 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
338 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
348 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument
351 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry()
513 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
518 return xfs_find_handle(cmd, &hreq); in xfs_file_compat_ioctl()
521 struct xfs_fsop_handlereq hreq; in xfs_file_compat_ioctl() local
[all …]
A Dxfs_ioctl.c59 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument
70 f = fdget(hreq->fd); in xfs_find_handle()
179 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument
181 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
187 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument
214 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
217 permflag = hreq->oflags; in xfs_open_by_handle()
267 xfs_fsop_handlereq_t *hreq) in xfs_readlink_by_handle() argument
2027 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
2029 if (copy_from_user(&hreq, arg, sizeof(hreq))) in xfs_file_ioctl()
[all …]
A Dxfs_ioctl.h26 xfs_fsop_handlereq_t *hreq);
31 xfs_fsop_handlereq_t *hreq);
36 xfs_fsop_handlereq_t *hreq);
A Dxfs_ioctl32.h113 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
135 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
/linux/fs/xfs/libxfs/
A Dxfs_fs.h571 struct xfs_fsop_handlereq hreq; /* handle information */ member
610 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
630 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
/linux/net/bluetooth/
A Da2mp.c299 struct hci_request hreq; in a2mp_getinfo_req() local
323 hci_req_init(&hreq, hdev); in a2mp_getinfo_req()
324 hci_req_add(&hreq, HCI_OP_READ_LOCAL_AMP_INFO, 0, NULL); in a2mp_getinfo_req()
325 err = hci_req_run(&hreq, read_local_amp_info_complete); in a2mp_getinfo_req()

Completed in 90 milliseconds