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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c197 static int SectorsLeftInRequest; /* i.e. blocks left in the thing mfm_request was called for */ variable
482 SectorsLeftInRequest -= CURRENT->current_nr_sectors;
485 if (SectorsLeftInRequest) {
725 if (SectorsLeftInRequest > 0) printk("mfm: SectorsLeftInRequest>0 - Eek! Shouldn't happen!\n");
904 SectorsLeftInRequest = nsect >> 1;

Completed in 154 milliseconds