Home
last modified time | relevance | path

Searched refs:tape_eop (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_debug.c417 unsigned int tape_eop[TAPE_MAX_PARTITIONS]; member
3474 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()
3502 if (pos >= devip->tape_eop[partition] - 1) { /* don't overwrite EOD */ in resp_write_filemarks()
3503 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_write_filemarks()
3555 if (pos >= devip->tape_eop[partition]) in resp_space()
3580 pos < devip->tape_eop[partition]; in resp_space()
3585 if (pos >= devip->tape_eop[partition]) in resp_space()
3591 !IS_TAPE_BLOCK_EOD(blp->fl_size) && pos < devip->tape_eop[partition]; in resp_space()
3594 if (pos >= devip->tape_eop[partition]) in resp_space()
3627 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_space()
[all …]