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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c96 static int sg_allow_dio = SG_ALLOW_DIO_DEF; variable
1558 module_param_named(allow_dio, sg_allow_dio, int, S_IRUGO | S_IWUSR);
1657 if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO &&
2360 return single_open(file, sg_proc_seq_show_int, &sg_allow_dio);
2376 sg_allow_dio = simple_strtoul(buff, NULL, 10) ? 1 : 0;

Completed in 51 milliseconds