Searched refs:tailcount (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eer.c190 int tailcount; local
201 dasd_eer_read_buffer(eerb, (char *) &tailcount,
202 sizeof(tailcount));
203 eerb->tail += tailcount;
590 int tailcount,effective_count; local
613 tc = dasd_eer_read_buffer(eerb, (char *) &tailcount,
614 sizeof(tailcount));
631 WARN_ON(tc != sizeof(tailcount));
632 effective_count = min(tailcount,(int)count);
633 eerb->residual = tailcount
[all...]

Completed in 32 milliseconds