Home
last modified time | relevance | path

Searched refs:hreq (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl32.c324 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin()
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()
349 compat_ptr(hreq in xfs_compat_handlereq_to_dentry()
323 xfs_compat_handlereq_copyin( xfs_fsop_handlereq_t *hreq, compat_xfs_fsop_handlereq_t __user *arg32) xfs_compat_handlereq_copyin() argument
344 xfs_compat_handlereq_to_dentry( struct file *parfilp, compat_xfs_fsop_handlereq_t *hreq) xfs_compat_handlereq_to_dentry() argument
514 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
522 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
529 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
[all...]
H A Dxfs_ioctl.h26 xfs_fsop_handlereq_t *hreq);
31 xfs_fsop_handlereq_t *hreq);
36 xfs_fsop_handlereq_t *hreq);
H A Dxfs_ioctl.c58 xfs_fsop_handlereq_t *hreq) in xfs_find_handle()
69 f = fdget(hreq->fd); in xfs_find_handle()
74 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
114 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
115 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
178 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry()
180 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
186 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle()
201 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
56 xfs_find_handle( unsigned int cmd, xfs_fsop_handlereq_t *hreq) xfs_find_handle() argument
176 xfs_handlereq_to_dentry( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_handlereq_to_dentry() argument
184 xfs_open_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_open_by_handle() argument
264 xfs_readlink_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_readlink_by_handle() argument
2168 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
2175 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
2183 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
[all...]
H A Dxfs_ioctl32.h115 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
137 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl32.c312 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin()
320 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin()
321 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin()
322 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin()
323 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin()
324 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin()
325 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin()
326 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin()
334 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry()
337 compat_ptr(hreq in xfs_compat_handlereq_to_dentry()
311 xfs_compat_handlereq_copyin( xfs_fsop_handlereq_t *hreq, compat_xfs_fsop_handlereq_t __user *arg32) xfs_compat_handlereq_copyin() argument
332 xfs_compat_handlereq_to_dentry( struct file *parfilp, compat_xfs_fsop_handlereq_t *hreq) xfs_compat_handlereq_to_dentry() argument
488 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
496 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
503 struct xfs_fsop_handlereq hreq; xfs_file_compat_ioctl() local
[all...]
H A Dxfs_ioctl.h20 xfs_fsop_handlereq_t *hreq);
25 xfs_fsop_handlereq_t *hreq);
30 xfs_fsop_handlereq_t *hreq);
H A Dxfs_ioctl.c60 xfs_fsop_handlereq_t *hreq) in xfs_find_handle()
71 f = fdget(hreq->fd); in xfs_find_handle()
76 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
116 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
117 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
180 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry()
182 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
188 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle()
203 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
58 xfs_find_handle( unsigned int cmd, xfs_fsop_handlereq_t *hreq) xfs_find_handle() argument
178 xfs_handlereq_to_dentry( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_handlereq_to_dentry() argument
186 xfs_open_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_open_by_handle() argument
266 xfs_readlink_by_handle( struct file *parfilp, xfs_fsop_handlereq_t *hreq) xfs_readlink_by_handle() argument
1970 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
1977 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
1985 xfs_fsop_handlereq_t hreq; xfs_file_ioctl() local
[all...]
H 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
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h568 struct xfs_fsop_handlereq hreq; /* handle information */ member
607 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
627 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
/kernel/linux/linux-5.10/net/bluetooth/
H 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h604 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
624 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c223 err = starfive_hash_copy_hash(cryp->req.hreq); in starfive_hash_done_task()
228 crypto_finalize_hash_request(cryp->engine, cryp->req.hreq, err); in starfive_hash_done_task()
364 cryp->req.hreq = req; in starfive_hash_digest()
H A Djh7110-cryp.h198 struct ahash_request *hreq; member

Completed in 23 milliseconds