Home
last modified time | relevance | path

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

/fs/coda/
Dupcall.c671 struct upc_req *req = NULL, *sig_req; in coda_upcall() local
742 sig_req = kmalloc(sizeof(struct upc_req), GFP_KERNEL); in coda_upcall()
743 if (!sig_req) goto exit; in coda_upcall()
745 CODA_ALLOC((sig_req->uc_data), char *, sizeof(struct coda_in_hdr)); in coda_upcall()
746 if (!sig_req->uc_data) { in coda_upcall()
747 kfree(sig_req); in coda_upcall()
752 sig_inputArgs = (union inputArgs *)sig_req->uc_data; in coda_upcall()
756 sig_req->uc_flags = CODA_REQ_ASYNC; in coda_upcall()
757 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
758 sig_req->uc_unique = sig_inputArgs->ih.unique; in coda_upcall()
[all …]