Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_handle.c83 xfs_fsop_handlereq_t *hreq) in xfs_find_handle() argument
94 f = fdget(hreq->fd); in xfs_find_handle()
99 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
130 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
131 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
227 xfs_fsop_handlereq_t *hreq) in xfs_handlereq_to_dentry() argument
229 return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen); in xfs_handlereq_to_dentry()
235 xfs_fsop_handlereq_t *hreq) in xfs_open_by_handle() argument
250 dentry = xfs_handlereq_to_dentry(parfilp, hreq); in xfs_open_by_handle()
262 hreq->oflags |= O_LARGEFILE; in xfs_open_by_handle()
[all …]
H A Dxfs_ioctl.c1245 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1247 if (copy_from_user(&hreq, arg, sizeof(hreq))) in xfs_file_ioctl()
1249 return xfs_find_handle(cmd, &hreq); in xfs_file_ioctl()
1252 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1254 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
1256 return xfs_open_by_handle(filp, &hreq); in xfs_file_ioctl()
1260 xfs_fsop_handlereq_t hreq; in xfs_file_ioctl() local
1262 if (copy_from_user(&hreq, arg, sizeof(xfs_fsop_handlereq_t))) in xfs_file_ioctl()
1264 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-cryp.h204 struct ahash_request *hreq; member
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()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h611 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member
631 struct xfs_fsop_handlereq hreq; /* handle interface structure */ member