Lines Matching defs:hdr
98 struct coda_in_hdr hdr;
107 if (copy_from_user(&hdr, buf, 2 * sizeof(u_int32_t)))
110 if (DOWNCALL(hdr.opcode)) {
116 hdr.opcode, hdr.unique);
122 hdr.opcode, hdr.unique);
137 error = coda_downcall(vcp, hdr.opcode, dcbuf, nbytes);
154 if (tmp->uc_unique == hdr.unique) {
164 __func__, hdr.opcode, hdr.unique);
173 hdr.opcode, hdr.unique);