Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c347 void **kreq) in hpre_alg_res_post_hf() argument
361 *kreq = req; in hpre_alg_res_post_hf()
536 struct kpp_request *kreq = req; in hpre_msg_request_set() local
538 if (kreq->dst_len < ctx->key_sz) { in hpre_msg_request_set()
539 kreq->dst_len = ctx->key_sz; in hpre_msg_request_set()
543 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
546 h_req->areq.dh = kreq; in hpre_msg_request_set()