Searched refs:zswap_comp_op (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | zswap.c | 111 static int zswap_comp_op(enum comp_op op, const u8 *src, unsigned int slen, in zswap_comp_op() function 583 ret = zswap_comp_op(ZSWAP_COMPOP_DECOMPRESS, src, in zswap_writeback_entry() 677 ret = zswap_comp_op(ZSWAP_COMPOP_COMPRESS, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store() 762 ret = zswap_comp_op(ZSWAP_COMPOP_DECOMPRESS, src, entry->length, in zswap_frontswap_load()
|