Lines Matching defs:count
132 fp->init->ccw.count = 1;
137 fp->init->ccw.count = fp->rdbuf_size;
230 /* Normal end. Copy residual count. */
231 rq->rescnt = irb->scsw.cmd.count;
239 size_t count, loff_t *off)
246 if (count == 0 || count > 65535)
251 ib = idal_buffer_alloc(count, 0);
265 count -= rq->rescnt;
266 if (idal_buffer_to_user(ib, data, count) != 0)
269 rc = count;
284 size_t count, loff_t *off)
295 ib = idal_buffer_alloc(count, 0);
300 if (idal_buffer_from_user(ib, data, count) == 0) {
308 rc = count - rq->rescnt;