Home
last modified time | relevance | path

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

/linux-6.15/include/scsi/
H A Dsg.h110 #define SG_FLAG_DIRECT_IO 1 /* default is indirect IO */ macro
/linux-6.15/drivers/scsi/
H A Dsg.c743 if (hp->flags & SG_FLAG_DIRECT_IO) { in sg_new_write()
1773 if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO && in sg_start_req()