Searched refs:ZRAM_INCOMPRESSIBLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/block/zram/ |
H A D | zram_drv.h | 55 ZRAM_INCOMPRESSIBLE, /* none of the algorithms could compress it */ enumerator
|
H A D | zram_drv.c | 709 !zram_test_flag(zram, index, ZRAM_INCOMPRESSIBLE)) in writeback_store() 913 ZRAM_INCOMPRESSIBLE) ? 'n' : '.'); in read_block_state() 1294 if (zram_test_flag(zram, index, ZRAM_INCOMPRESSIBLE)) in zram_free_page() 1295 zram_clear_flag(zram, index, ZRAM_INCOMPRESSIBLE); in zram_free_page() 1694 zram_set_flag(zram, index, ZRAM_INCOMPRESSIBLE); in zram_recompress() 1841 zram_test_flag(zram, index, ZRAM_INCOMPRESSIBLE)) in recompress_store()
|