Home
last modified time | relevance | path

Searched refs:do_async_writes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dst.h62 unsigned char do_async_writes; member
H A Dst.c1756 STm->do_async_writes && STps->eof < ST_EOM_OK; in st_write()
2259 STm->do_async_writes, STm->do_read_ahead); in DEB() argument
2308 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
2330 STm->do_async_writes = value;
3815 if (STm->do_async_writes || in st_ioctl()
4341 STm->do_async_writes = ST_ASYNC_WRITES; in st_probe()
4646 options |= STm->do_async_writes ? MT_ST_ASYNC_WRITES : 0; in options_show()