Home
last modified time | relevance | path

Searched refs:SG_FLAG_DIRECT_IO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/scsi/
H A Dsg.h110 #define SG_FLAG_DIRECT_IO 1 /* default is indirect IO */ macro
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c135 r->io_header.flags |= SG_FLAG_DIRECT_IO; in execute_command()
H A Dscsi-disk.c2951 io_header->flags |= SG_FLAG_DIRECT_IO; in scsi_block_do_sgio()
/openbmc/linux/drivers/scsi/
H A Dsg.c743 if (hp->flags & SG_FLAG_DIRECT_IO) { in sg_new_write()
1775 if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO && in sg_start_req()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch264 hdr.flags = SG_FLAG_DIRECT_IO; /* direct IO if we can get it */