Lines Matching refs:start_block
1146 struct tape_34xx_block_id * start_block; in tape_34xx_bread() local
1161 start_block = (struct tape_34xx_block_id *) request->cpdata; in tape_34xx_bread()
1162 start_block->block = blk_rq_pos(req) >> TAPEBLOCK_HSEC_S2B; in tape_34xx_bread()
1163 DBF_EVENT(6, "start_block = %i\n", start_block->block); in tape_34xx_bread()
1230 struct tape_34xx_block_id * start_block; in tape_34xx_check_locate() local
1232 start_block = (struct tape_34xx_block_id *) request->cpdata; in tape_34xx_check_locate()
1233 if (start_block->block == device->blk_data.block_position) in tape_34xx_check_locate()
1236 DBF_LH(4, "Block seek(%06d+%06d)\n", start_block->block, device->bof); in tape_34xx_check_locate()
1237 start_block->wrap = 0; in tape_34xx_check_locate()
1238 start_block->segment = 1; in tape_34xx_check_locate()
1239 start_block->format = (*device->modeset_byte & 0x08) ? in tape_34xx_check_locate()
1242 start_block->block = start_block->block + device->bof; in tape_34xx_check_locate()
1243 tape_34xx_merge_sbid(device, start_block); in tape_34xx_check_locate()