Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h184 #define MT_ST_ASYNC_WRITES 0x2 macro
/Linux-v4.19/drivers/scsi/
Dst.c2298 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
2319 if ((options & MT_ST_ASYNC_WRITES) != 0)
4655 options |= STm->do_async_writes ? MT_ST_ASYNC_WRITES : 0; in options_show()
Dosst.c3922 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0; in osst_set_options()
3943 if ((options & MT_ST_ASYNC_WRITES) != 0) in osst_set_options()
/Linux-v4.19/Documentation/scsi/
Dst.txt434 MT_ST_ASYNC_WRITES asynchronous writes (mode)