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