Searched refs:uc_inSize (Results 1 – 3 of 3) sorted by relevance
263 count = req->uc_inSize; in coda_psdev_read()264 if (nbytes < req->uc_inSize) { in coda_psdev_read()266 (long)nbytes, req->uc_inSize); in coda_psdev_read()
732 req->uc_inSize = inSize; in coda_upcall()819 sig_req->uc_inSize = sizeof(struct coda_in_hdr); in coda_upcall()
85 u_short uc_inSize; /* Size is at most 5000 bytes */ member