Home
last modified time | relevance | path

Searched refs:SG_FLAG_DIRECT_IO (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dsg.h114 #define SG_FLAG_DIRECT_IO 1 /* default is indirect IO */ macro
/kernel/linux/linux-6.6/include/scsi/
H A Dsg.h110 #define SG_FLAG_DIRECT_IO 1 /* default is indirect IO */ macro
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c744 if (hp->flags & SG_FLAG_DIRECT_IO) { in sg_new_write()
1774 if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO && in sg_start_req()
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()

Completed in 9 milliseconds