Searched refs:zpool_get_type (Results 1 – 2 of 2) sorted by relevance
221 zpool_get_type((p)->zpool))564 if (strcmp(zpool_get_type(pool->zpool), type)) in zswap_pool_find_get()615 pr_debug("using %s zpool\n", zpool_get_type(pool->zpool)); in zswap_pool_create()1466 zpool_get_type(pool->zpool)); in init_zswap()
238 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type() function