Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dosst.c1334 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_logical_blk()
1336 STps->drv_file++; in osst_seek_logical_blk()
1341 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_logical_blk()
1385 STp->ps[STp->partition].drv_file, STp->ps[STp->partition].drv_block, in osst_get_sector()
1421 STp->frame_seq_number = STp->logical_blk_num = STps->drv_file = STps->drv_block = 0; in osst_seek_sector()
1442 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_sector()
1444 STps->drv_file++; in osst_seek_sector()
1449 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_sector()
1457 STps->drv_file, STps->drv_block, STp->buffer->read_pointer, STps->eof); in osst_seek_sector()
2599 STp->ps[0].drv_file = STp->ps[0].drv_block = STp->frame_seq_number = STp->logical_blk_num = 0; in osst_analyze_headers()
[all …]
Dst.c864 if (STps->drv_file >= 0) in flush_buffer()
865 STps->drv_file++; in flush_buffer()
872 if (STps->drv_file >= 0) in flush_buffer()
873 STps->drv_file++; in flush_buffer()
946 STps->drv_file = -1; in reset_state()
1082 STps->drv_file = 0; in check_tape()
1098 STp->ps[0].drv_file = STp->ps[0].drv_block = (-1); in check_tape()
1402 if (STps->drv_file >= 0) in st_flush()
1403 STps->drv_file++; in st_flush()
1427 if (STps->drv_file >= 0) in st_flush()
[all …]
Dst.h92 int drv_file; member