Searched refs:ZRAM_WB (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/zram/ |
| H A D | zram_drv.h | 48 ZRAM_WB, /* page is stored on backing_device */ enumerator
|
| H A D | zram_drv.c | 165 test_slot_flag(zram, index, ZRAM_WB); in slot_allocated() 441 test_slot_flag(zram, index, ZRAM_WB) || in mark_idle() 960 set_slot_flag(zram, index, ZRAM_WB); in zram_writeback_complete() 1228 if (test_slot_flag(zram, index, ZRAM_WB) || in scan_slots_for_writeback() 1365 if (!test_slot_flag(zram, index, ZRAM_WB)) { in decompress_bdev_page() 1585 test_slot_flag(zram, index, ZRAM_WB) ? 'w' : '.', in read_block_state() 2017 if (test_slot_flag(zram, index, ZRAM_WB)) { in slot_free() 2018 clear_slot_flag(zram, index, ZRAM_WB); in slot_free() 2147 if (!test_slot_flag(zram, index, ZRAM_WB)) { in zram_read_page() 2369 if (test_slot_flag(zram, index, ZRAM_WB) || in scan_slots_for_recompress()
|