Lines Matching defs:sdebug_fake_rw
749 static int sdebug_fake_rw = DEF_FAKE_RW;
872 return 0 == sdebug_fake_rw &&
2997 if (sdebug_fake_rw) {
5715 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);
6150 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw);
6162 sdebug_fake_rw = (sdebug_fake_rw > 0);
6163 if (sdebug_fake_rw == n)
6189 sdebug_fake_rw = n;
6488 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store;
6603 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) {
6811 bool want_store = (sdebug_fake_rw == 0);
7630 if (sdebug_fake_rw && (F_FAKE_RW & flags))