Home
last modified time | relevance | path

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

/fs/coda/
Dpsdev.c244 count = req->uc_inSize; in coda_psdev_read()
245 if (nbytes < req->uc_inSize) { in coda_psdev_read()
247 __func__, (long)nbytes, req->uc_inSize); in coda_psdev_read()
Dcoda_psdev.h19 u_short uc_inSize; /* Size is at most 5000 bytes */ member
Dupcall.c737 req->uc_inSize = inSize; in coda_upcall()
808 sig_req->uc_inSize = sizeof(struct coda_in_hdr); in coda_upcall()