Lines Matching refs:sdebug_fake_rw
912 static int sdebug_fake_rw = DEF_FAKE_RW; variable
1312 return 0 == sdebug_fake_rw && in scsi_debug_lbp()
1318 return sdebug_fake_rw == 0 && sdebug_atomic_wr; in scsi_debug_atomic_write()
4008 if (sdebug_fake_rw) { in devip2sip()
7350 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);
7799 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw); in fake_rw_show()
7811 sdebug_fake_rw = (sdebug_fake_rw > 0); in fake_rw_store()
7812 if (sdebug_fake_rw == n) in fake_rw_store()
7838 sdebug_fake_rw = n; in fake_rw_store()
8137 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store()
8252 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) { in map_show()
8485 bool want_store = (sdebug_fake_rw == 0); in scsi_debug_init()
9464 if (sdebug_fake_rw && (F_FAKE_RW & flags)) in scsi_debug_queuecommand()