ST_FM_WRITTEN     280 scsi/st.c      			 ST_FIXEDBLOCKS | ST_READONLY | ST_FM_WRITTEN | \
ST_FM_WRITTEN     494 scsi/st.c      	if ((st->flags & (ST_WRITTEN | ST_FM_WRITTEN)) == ST_WRITTEN)
ST_FM_WRITTEN     955 scsi/st.c      			st->flags &= ~ST_FM_WRITTEN;
ST_FM_WRITTEN    1664 scsi/st.c      		if (st->flags & ST_FM_WRITTEN)	/* already have one down */
ST_FM_WRITTEN    1667 scsi/st.c      			st->flags |= ST_FM_WRITTEN;
ST_FM_WRITTEN    1709 scsi/st.c      	switch (st->flags & (ST_WRITTEN | ST_FM_WRITTEN | ST_2FM_AT_EOD)) {
ST_FM_WRITTEN    1714 scsi/st.c      	case ST_WRITTEN | ST_FM_WRITTEN | ST_2FM_AT_EOD: