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.c419 unsigned int tape_eop[TAPE_MAX_PARTITIONS]; member
3465 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()
3493 if (pos >= devip->tape_eop[partition] - 1) { /* don't overwrite EOD */ in resp_write_filemarks()
3494 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_write_filemarks()
3546 if (pos >= devip->tape_eop[partition]) in resp_space()
3571 pos < devip->tape_eop[partition]; in resp_space()
3576 if (pos >= devip->tape_eop[partition]) in resp_space()
3582 !IS_TAPE_BLOCK_EOD(blp->fl_size) && pos < devip->tape_eop[partition]; in resp_space()
3585 if (pos >= devip->tape_eop[partition]) in resp_space()
3618 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_space()
[all …]