Searched refs:tape_eop (Results 1 – 1 of 1) sorted by relevance
419 unsigned int tape_eop[TAPE_MAX_PARTITIONS]; member3471 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()3499 if (pos >= devip->tape_eop[partition] - 1) { /* don't overwrite EOD */ in resp_write_filemarks()3500 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_write_filemarks()3552 if (pos >= devip->tape_eop[partition]) in resp_space()3577 pos < devip->tape_eop[partition]; in resp_space()3582 if (pos >= devip->tape_eop[partition]) in resp_space()3588 !IS_TAPE_BLOCK_EOD(blp->fl_size) && pos < devip->tape_eop[partition]; in resp_space()3591 if (pos >= devip->tape_eop[partition]) in resp_space()3624 devip->tape_location[partition] = devip->tape_eop[partition] - 1; in resp_space()[all …]