Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dst.c808 STps->eof = ST_NOEOF; in flush_buffer()
821 STps->eof = ST_NOEOF; in flush_buffer()
888 STps->eof = ST_NOEOF; in reset_state()
1024 STps->eof = ST_NOEOF; in check_tape()
1378 STps->eof = ST_NOEOF; in st_flush()
1380 } else if ((STps->eof == ST_NOEOF && in st_flush()
1827 STps->eof = ST_NOEOF; in st_write()
2074 if (debugging && STps->eof != ST_NOEOF) in st_read()
2126 if (debugging && STps->eof != ST_NOEOF) in st_read()
2166 STps->eof = ST_NOEOF; in st_read()
[all …]
Dst.h181 #define ST_NOEOF 0 macro
Dosst.c734 STps->eof = ST_NOEOF; in osst_verify_frame()
1344 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk()
1452 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_sector()
3018 STps->eof = ST_NOEOF; in osst_set_frame_position()
3224 STps->eof = ST_NOEOF; in osst_flush_buffer()
3238 STps->eof = ST_NOEOF; in osst_flush_buffer()
3355 STps->eof = ST_NOEOF; in reset_state()
3676 STps->eof = ST_NOEOF; in osst_write()
3760 if (debugging && STps->eof != ST_NOEOF) in osst_read()
3803 if (debugging && STps->eof != ST_NOEOF) in osst_read()
[all …]