Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/char/
Dtape_block.c224 blk_queue_logical_block_size(blkdat->request_queue, TAPEBLOCK_HSEC_SIZE); in tapeblock_setup_device()
335 nr_of_blks*(TAPEBLOCK_HSEC_SIZE/512)); in tapeblock_revalidate_disk()
Dtape_34xx.c1181 for (off = 0; off < bv->bv_len; off += TAPEBLOCK_HSEC_SIZE) { in tape_34xx_bread()
1184 ccw->count = TAPEBLOCK_HSEC_SIZE; in tape_34xx_bread()
1187 dst += TAPEBLOCK_HSEC_SIZE; in tape_34xx_bread()
Dtape.h59 #define TAPEBLOCK_HSEC_SIZE 2048 macro
Dtape_3590.c712 for (off = 0; off < bv->bv_len; off += TAPEBLOCK_HSEC_SIZE) { in tape_3590_bread()
715 ccw->count = TAPEBLOCK_HSEC_SIZE; in tape_3590_bread()
718 dst += TAPEBLOCK_HSEC_SIZE; in tape_3590_bread()