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.c165 test_slot_flag(zram, index, ZRAM_WB); in slot_allocated()
441 test_slot_flag(zram, index, ZRAM_WB) || in mark_idle()
954 set_slot_flag(zram, index, ZRAM_WB); in zram_writeback_complete()
1212 if (test_slot_flag(zram, index, ZRAM_WB) || in scan_slots_for_writeback()
1349 if (!test_slot_flag(zram, index, ZRAM_WB)) { in decompress_bdev_page()
1569 test_slot_flag(zram, index, ZRAM_WB) ? 'w' : '.', in read_block_state()
2001 if (!test_slot_flag(zram, index, ZRAM_WB)) in slot_free()
2006 if (test_slot_flag(zram, index, ZRAM_WB)) { in slot_free()
2007 clear_slot_flag(zram, index, ZRAM_WB); in slot_free()
2136 if (!test_slot_flag(zram, index, ZRAM_WB)) { in zram_read_page()
[all …]