Home
last modified time | relevance | path

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

/drivers/s390/char/
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()