Home
last modified time | relevance | path

Searched refs:ZRAM_WB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/zram/
H A Dzram_drv.h48 ZRAM_WB, /* page is stored on backing_device */ enumerator
H A Dzram_drv.c166 test_slot_flag(zram, index, ZRAM_WB); in slot_allocated()
438 * And ZRAM_WB slots simply cannot be ZRAM_IDLE. in mark_idle()
442 test_slot_flag(zram, index, ZRAM_WB) || in mark_idle()
956 set_slot_flag(zram, index, ZRAM_WB); in zram_writeback_complete()
1219 if (test_slot_flag(zram, index, ZRAM_WB) || in scan_slots_for_writeback()
1353 /* Since slot was unlocked we need to make sure it's still ZRAM_WB */ in decompress_bdev_page()
1354 if (!test_slot_flag(zram, index, ZRAM_WB)) { in decompress_bdev_page()
1415 * Ideally, we need to do it after ZRAM_WB check, but this requires in zram_async_read_endio()
1575 test_slot_flag(zram, index, ZRAM_WB) ? 'w' : '.', in read_block_state()
2028 if (!test_slot_flag(zram, index, ZRAM_WB)) in slot_free()
[all...]