Searched refs:hreq (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_ioctl32.c | 313 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument 321 hreq->fd = hreq32.fd; in xfs_compat_handlereq_copyin() 322 hreq->path = compat_ptr(hreq32.path); in xfs_compat_handlereq_copyin() 323 hreq->oflags = hreq32.oflags; in xfs_compat_handlereq_copyin() 324 hreq->ihandle = compat_ptr(hreq32.ihandle); in xfs_compat_handlereq_copyin() 325 hreq->ihandlen = hreq32.ihandlen; in xfs_compat_handlereq_copyin() 326 hreq->ohandle = compat_ptr(hreq32.ohandle); in xfs_compat_handlereq_copyin() 327 hreq->ohandlen = compat_ptr(hreq32.ohandlen); in xfs_compat_handlereq_copyin() 335 compat_xfs_fsop_handlereq_t *hreq) in xfs_compat_handlereq_to_dentry() argument 338 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry() [all …]
|
| H A D | xfs_handle.c | 83 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument 93 CLASS(fd, f)(hreq->fd); in xfs_find_handle() 100 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle() 131 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 132 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle() 225 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument 227 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry() 233 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument 245 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle() 256 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() [all …]
|
| H A D | xfs_handle.h | 14 int xfs_find_handle(unsigned int cmd, struct xfs_fsop_handlereq *hreq); 15 int xfs_open_by_handle(struct file *parfilp, struct xfs_fsop_handlereq *hreq); 17 struct xfs_fsop_handlereq *hreq);
|
| H A D | xfs_ioctl.c | 1275 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local 1277 if (copy_from_user(&hreq, arg, sizeof(hreq))) in xfs_file_ioctl() 1279 return xfs_find_handle(cmd, &hreq); in xfs_file_ioctl() 1282 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local 1284 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 1286 return xfs_open_by_handle(filp, &hreq); in xfs_file_ioctl() 1290 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local 1292 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl() 1294 return xfs_readlink_by_handle(filp, &hreq); in xfs_file_ioctl()
|
| H A D | xfs_ioctl32.h | 113 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member 135 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */ member
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 190 err = starfive_hash_copy_hash(cryp->req.hreq); in starfive_hash_done_task() 192 crypto_finalize_hash_request(cryp->engine, cryp->req.hreq, err); in starfive_hash_done_task() 332 cryp->req.hreq = req; in starfive_hash_digest()
|
| H A D | jh7110-cryp.h | 204 struct ahash_request *hreq; member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 627 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member 647 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
|