Home
last modified time | relevance | path

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

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