Home
last modified time | relevance | path

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

/linux-5.19.10/fs/coda/
Dupcall.c715 struct upc_req *req = NULL, *sig_req; in coda_upcall() local
791 sig_req = kmalloc(sizeof(struct upc_req), GFP_KERNEL); in coda_upcall()
792 if (!sig_req) goto exit; in coda_upcall()
796 kfree(sig_req); in coda_upcall()
804 sig_req->uc_flags = CODA_REQ_ASYNC; in coda_upcall()
805 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
806 sig_req->uc_unique = sig_inputArgs->ih.unique; in coda_upcall()
807 sig_req->uc_data = (void *)sig_inputArgs; in coda_upcall()
808 sig_req->uc_inSize = sizeof(struct coda_in_hdr); in coda_upcall()
809 sig_req->uc_outSize = sizeof(struct coda_in_hdr); in coda_upcall()
[all …]