has_zpool         569 mm/zswap.c     	bool has_comp, has_zpool;
has_zpool         586 mm/zswap.c     	has_zpool = zpool_has_pool(zswap_zpool_type);
has_zpool         587 mm/zswap.c     	if (!has_zpool && strcmp(zswap_zpool_type, ZSWAP_ZPOOL_DEFAULT)) {
has_zpool         592 mm/zswap.c     		has_zpool = zpool_has_pool(zswap_zpool_type);
has_zpool         594 mm/zswap.c     	if (!has_zpool) {
has_zpool         601 mm/zswap.c     	if (!has_comp || !has_zpool)