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.c366 unsigned int tape_eop[TAPE_MAX_PARTITIONS]; member
3411 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()
3439 if (pos >= devip->tape_eop[partition] - 1) { /* don't overwrite EOD */ in resp_write_filemarks()
3440 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_write_filemarks()
3492 if (pos >= devip->tape_eop[partition]) in resp_space()
3517 pos < devip->tape_eop[partition]; in resp_space()
3522 if (pos >= devip->tape_eop[partition]) in resp_space()
3528 !IS_TAPE_BLOCK_EOD(blp->fl_size) && pos < devip->tape_eop[partition]; in resp_space()
3531 if (pos >= devip->tape_eop[partition]) in resp_space()
3564 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_space()
[all …]