Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmtio.h183 #define MT_ST_ASYNC_WRITES 0x2 macro
/linux-4.1.27/drivers/scsi/
Dst.c2243 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
2264 if ((options & MT_ST_ASYNC_WRITES) != 0)
4496 options |= STm->do_async_writes ? MT_ST_ASYNC_WRITES : 0; in options_show()
Dosst.c3919 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0; in osst_set_options()
3940 if ((options & MT_ST_ASYNC_WRITES) != 0) in osst_set_options()
/linux-4.1.27/Documentation/scsi/
Dst.txt370 MT_ST_ASYNC_WRITES asynchronous writes (mode)