Home
last modified time | relevance | path

Searched refs:zpool_get_type (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dzpool.h45 const char *zpool_get_type(struct zpool *pool);
/kernel/linux/linux-5.10/mm/
Dzswap.c211 zpool_get_type((p)->zpool))
510 if (strcmp(zpool_get_type(pool->zpool), type)) in zswap_pool_find_get()
561 pr_debug("using %s zpool\n", zpool_get_type(pool->zpool)); in zswap_pool_create()
1382 zpool_get_type(pool->zpool)); in init_zswap()
Dzpool.c238 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type() function