Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/char/
Dtape_34xx.c327 if (request->op == TO_BLOCK) { in tape_34xx_unit_check()
676 if (request->op != TO_BLOCK && request->op != TO_LBL) in tape_34xx_unit_check()
1160 request->op = TO_BLOCK; in tape_34xx_bread()
Dtape.h80 TO_BLOCK, /* Block read */ enumerator
Dtape_3590.c698 request->op = TO_BLOCK; in tape_3590_bread()
816 case TO_BLOCK: in tape_3590_done()
1435 if (request->op == TO_BLOCK) { in tape_3590_unit_check()
Dtape_core.c67 [TO_BLOCK] = "BLK", [TO_BSB] = "BSB",
790 if (request->op == TO_BLOCK) in __tape_start_io()