Home
last modified time | relevance | path

Searched refs:kreq (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_handle.c876 struct xfs_getparents *kreq = &gpx.gph.gph_request; in xfs_ioc_getparents() local
884 if (copy_from_user(kreq, ureq, sizeof(*kreq))) in xfs_ioc_getparents()
891 if (copy_to_user(ureq, kreq, sizeof(*kreq))) in xfs_ioc_getparents()
906 struct xfs_getparents_by_handle *kreq = &gpx.gph; in xfs_ioc_getparents_by_handle() local
907 struct xfs_handle *handle = &kreq->gph_handle; in xfs_ioc_getparents_by_handle()
914 if (copy_from_user(kreq, ureq, sizeof(*kreq))) in xfs_ioc_getparents_by_handle()
938 if (copy_to_user(ureq, kreq, sizeof(*kreq))) in xfs_ioc_getparents_by_handle()
/linux-6.15/fs/
H A Dnamespace.c5924 ks->mask = kreq->param; in prepare_kstatmount()
5957 memset(kreq, 0, sizeof(*kreq)); in copy_mnt_id_req()
5958 ret = copy_struct_from_user(kreq, sizeof(*kreq), req, usize); in copy_mnt_id_req()
5961 if (kreq->spare != 0) in copy_mnt_id_req()
5978 if (kreq->mnt_ns_id && kreq->spare) in grab_requested_mnt_ns()
5981 if (kreq->mnt_ns_id) in grab_requested_mnt_ns()
5984 if (kreq->spare) { in grab_requested_mnt_ns()
6013 struct mnt_id_req kreq; in SYSCALL_DEFINE4() local
6043 ret = do_statmount(ks, kreq.mnt_id, kreq.mnt_ns_id, ns); in SYSCALL_DEFINE4()
6120 struct mnt_id_req kreq; in SYSCALL_DEFINE4() local
[all …]
/linux-6.15/fs/ocfs2/
H A Dioctl.c43 static inline void o2info_set_request_error(struct ocfs2_info_request *kreq, in o2info_set_request_error() argument
46 kreq->ir_flags |= OCFS2_INFO_FL_ERROR; in o2info_set_request_error()
47 (void)put_user(kreq->ir_flags, (__u32 __user *)&(req->ir_flags)); in o2info_set_request_error()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c354 void **kreq) in hpre_alg_res_post_hf() argument
368 *kreq = req; in hpre_alg_res_post_hf()
543 struct kpp_request *kreq = req; in hpre_msg_request_set() local
545 if (kreq->dst_len < ctx->key_sz) { in hpre_msg_request_set()
546 kreq->dst_len = ctx->key_sz; in hpre_msg_request_set()
550 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
553 h_req->areq.dh = kreq; in hpre_msg_request_set()