Searched refs:hreq (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 312 xfs_fsop_handlereq_t *hreq, in xfs_compat_handlereq_copyin() argument 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() argument 337 compat_ptr(hreq->ihandle), hreq->ihandlen); in xfs_compat_handlereq_to_dentry() [all …]
|
H A D | xfs_ioctl.h | 20 xfs_fsop_handlereq_t *hreq); 25 xfs_fsop_handlereq_t *hreq); 30 xfs_fsop_handlereq_t *hreq);
|
H A D | xfs_ioctl.c | 61 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument 72 f = fdget(hreq->fd); in xfs_find_handle() 77 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle() 117 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 118 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle() 181 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument 183 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry() 189 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument 204 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle() 216 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle() [all …]
|
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
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-cryp.h | 199 struct ahash_request *hreq; member
|
H A D | jh7110-hash.c | 223 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()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 604 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member 624 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
|