Searched refs:do_async_writes (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.h64 unsigned char do_async_writes; member in struct:st_modedef
H A Dst.c1607 STm->do_async_writes && STps->eof < ST_EOM_OK;
2095 name, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes,
2135 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
2155 STm->do_async_writes = value;
3521 if (STm->do_async_writes ||
4023 STm->do_async_writes = ST_ASYNC_WRITES;
H A Dosst.c3482 if (!STm->do_async_writes)
3584 if (STm->do_async_writes && ((STp->buffer)->buffer_bytes >= STp->write_threshold)) {
3802 name, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes,
3842 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
3864 STm->do_async_writes = value;
5131 if (STm->do_async_writes || (STm->do_buffer_writes && STp->block_size != 0) ||
5847 STm->do_async_writes = OSST_ASYNC_WRITES;

Completed in 202 milliseconds