Home
last modified time | relevance | path

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

/linux-6.12.1/include/scsi/
Dsg.h110 #define SG_FLAG_DIRECT_IO 1 /* default is indirect IO */ macro
/linux-6.12.1/drivers/scsi/
Dsg.c750 if (hp->flags & SG_FLAG_DIRECT_IO) { in sg_new_write()
1780 if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO && in sg_start_req()