Home
last modified time | relevance | path

Searched refs:ST_EOD (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dst.h210 #define ST_EOD 7 macro
Dosst.c1344 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()
3766 if (STps->eof < ST_EOD) { in osst_read()
3858 STps->eof = ST_EOD; in osst_read()
4369 STps->eof = ST_EOD; in osst_int_ioctl()
4379 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_FM; in osst_int_ioctl()
4412 STps->eof = ST_EOD; in osst_int_ioctl()
4428 STps->eof = ST_EOD; in osst_int_ioctl()
Dst.c2141 if (STps->eof < ST_EOD) { in st_read()
2218 STps->eof = ST_EOD; in st_read()
2989 STps->eof = ST_EOD; in st_int_ioctl()
3068 STps->eof = ST_EOD; in st_int_ioctl()
3086 STps->eof = ST_EOD; in st_int_ioctl()
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997945 * st.h: Add ST_EOD symbol.