Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
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.1.9/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c337 void **kreq) in hpre_alg_res_post_hf() argument
351 *kreq = req; in hpre_alg_res_post_hf()
526 struct kpp_request *kreq = req; in hpre_msg_request_set() local
528 if (kreq->dst_len < ctx->key_sz) { in hpre_msg_request_set()
529 kreq->dst_len = ctx->key_sz; in hpre_msg_request_set()
533 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
536 h_req->areq.dh = kreq; in hpre_msg_request_set()