MT_ST_ASYNC_WRITES 2300 drivers/scsi/st.c 		STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
MT_ST_ASYNC_WRITES 2321 drivers/scsi/st.c 		if ((options & MT_ST_ASYNC_WRITES) != 0)
MT_ST_ASYNC_WRITES 4660 drivers/scsi/st.c 	options |= STm->do_async_writes ? MT_ST_ASYNC_WRITES : 0;