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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_block.c213 blk_queue_logical_block_size(blkdat->request_queue, TAPEBLOCK_HSEC_SIZE);
320 nr_of_blks*(TAPEBLOCK_HSEC_SIZE/512));
H A Dtape.h59 #define TAPEBLOCK_HSEC_SIZE 2048 macro
H A Dtape_34xx.c1146 for (off = 0; off < bv->bv_len; off += TAPEBLOCK_HSEC_SIZE) {
1149 ccw->count = TAPEBLOCK_HSEC_SIZE;
1152 dst += TAPEBLOCK_HSEC_SIZE;
H A Dtape_3590.c659 for (off = 0; off < bv->bv_len; off += TAPEBLOCK_HSEC_SIZE) {
662 ccw->count = TAPEBLOCK_HSEC_SIZE;
665 dst += TAPEBLOCK_HSEC_SIZE;

Completed in 161 milliseconds