Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c862 STps->eof = ST_NOEOF; in flush_buffer()
875 STps->eof = ST_NOEOF; in flush_buffer()
942 STps->eof = ST_NOEOF; in reset_state()
1078 STps->eof = ST_NOEOF; in check_tape()
1432 STps->eof = ST_NOEOF; in st_flush()
1434 } else if ((STps->eof == ST_NOEOF && in st_flush()
1881 STps->eof = ST_NOEOF; in st_write()
2128 if (debugging && STps->eof != ST_NOEOF) in st_read()
2180 if (debugging && STps->eof != ST_NOEOF) in st_read()
2220 STps->eof = ST_NOEOF; in st_read()
[all …]
Dst.h203 #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 …]