ZRAM_WB
if (test_slot_flag(zram, index, ZRAM_WB) ||
if (!test_slot_flag(zram, index, ZRAM_WB)) {
test_slot_flag(zram, index, ZRAM_WB) ? 'w' : '.',
test_slot_flag(zram, index, ZRAM_WB);
if (!test_slot_flag(zram, index, ZRAM_WB))
if (test_slot_flag(zram, index, ZRAM_WB)) {
clear_slot_flag(zram, index, ZRAM_WB);
if (!test_slot_flag(zram, index, ZRAM_WB)) {
if (test_slot_flag(zram, index, ZRAM_WB) ||
test_slot_flag(zram, index, ZRAM_WB) ||
set_slot_flag(zram, index, ZRAM_WB);