Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_ioctl.c1275 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 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/drivers/crypto/starfive/
H A Djh7110-hash.c190 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()