Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.c1337 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_logical_blk()
1339 STps->drv_file++; in osst_seek_logical_blk()
1344 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_logical_blk()
1388 STp->ps[STp->partition].drv_file, STp->ps[STp->partition].drv_block, in osst_get_sector()
1424 STp->frame_seq_number = STp->logical_blk_num = STps->drv_file = STps->drv_block = 0; in osst_seek_sector()
1445 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_sector()
1447 STps->drv_file++; in osst_seek_sector()
1452 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_sector()
1460 STps->drv_file, STps->drv_block, STp->buffer->read_pointer, STps->eof); in osst_seek_sector()
2602 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.c862 if (STps->drv_file >= 0) in flush_buffer()
863 STps->drv_file++; in flush_buffer()
870 if (STps->drv_file >= 0) in flush_buffer()
871 STps->drv_file++; in flush_buffer()
944 STps->drv_file = -1; in reset_state()
1080 STps->drv_file = 0; in check_tape()
1096 STp->ps[0].drv_file = STp->ps[0].drv_block = (-1); in check_tape()
1400 if (STps->drv_file >= 0) in st_flush()
1401 STps->drv_file++; in st_flush()
1425 if (STps->drv_file >= 0) in st_flush()
[all …]
Dst.h93 int drv_file; member