Lines Matching defs:sdebug_fake_rw
740 static int sdebug_fake_rw = DEF_FAKE_RW;
867 return 0 == sdebug_fake_rw &&
2924 if (sdebug_fake_rw) {
5616 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);
6010 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw);
6022 sdebug_fake_rw = (sdebug_fake_rw > 0);
6023 if (sdebug_fake_rw == n)
6049 sdebug_fake_rw = n;
6340 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store;
6455 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) {
6662 bool want_store = (sdebug_fake_rw == 0);
7382 if (sdebug_fake_rw && (F_FAKE_RW & flags))