Searched refs:do_dio (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.h38 unsigned char do_dio; /* direct i/o set up? */ member in struct:st_buffer
H A Dst.c556 if (STp->buffer->do_dio) {
1487 STbp->do_dio = i;
1491 STbp->do_dio = 0; /* fall back to buffering with any error */
1492 STbp->sg_segs = STbp->do_dio;
1494 if (STbp->do_dio) {
1496 STp->nbr_pages += STbp->do_dio;
1500 STbp->do_dio = 0;
1503 if (!STbp->do_dio) {
1537 if (STbp->do_dio) {
1538 sgl_unmap_user_pages(STbp, STbp->do_dio, is_rea
2013 int special, do_dio = 0; local
[all...]

Completed in 157 milliseconds