Searched refs:sdebug_fake_rw (Results 1 – 1 of 1) sorted by relevance
749 static int sdebug_fake_rw = DEF_FAKE_RW; variable879 return 0 == sdebug_fake_rw && in scsi_debug_lbp()3009 if (sdebug_fake_rw) { in devip2sip()5828 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);6229 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw); in fake_rw_show()6241 sdebug_fake_rw = (sdebug_fake_rw > 0); in fake_rw_store()6242 if (sdebug_fake_rw == n) in fake_rw_store()6268 sdebug_fake_rw = n; in fake_rw_store()6576 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store()6691 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) { in map_show()[all …]