Home
last modified time | relevance | path

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

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