Lines Matching refs:tailcount
190 int tailcount;
201 dasd_eer_read_buffer(eerb, (char *) &tailcount,
202 sizeof(tailcount));
203 eerb->tail += tailcount;
606 int tailcount,effective_count;
629 tc = dasd_eer_read_buffer(eerb, (char *) &tailcount,
630 sizeof(tailcount));
647 WARN_ON(tc != sizeof(tailcount));
648 effective_count = min(tailcount,(int)count);
649 eerb->residual = tailcount - effective_count;