Home
last modified time | relevance | path

Searched refs:zpool_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/mm/
Dzbud.c102 const struct zpool_ops *zpool_ops; member
130 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in zbud_zpool_evict()
131 return pool->zpool_ops->evict(pool->zpool, handle); in zbud_zpool_evict()
141 const struct zpool_ops *zpool_ops, in zbud_zpool_create() argument
146 pool = zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); in zbud_zpool_create()
149 pool->zpool_ops = zpool_ops; in zbud_zpool_create()
Dzpool.c23 const struct zpool_ops *ops;
154 const struct zpool_ops *ops) in zpool_create_pool()
Dzsmalloc.c325 const struct zpool_ops *zpool_ops, in zs_zpool_create() argument
Dzswap.c191 static const struct zpool_ops zswap_zpool_ops = {
/linux-4.4.14/include/linux/
Dzpool.h16 struct zpool_ops { struct
42 gfp_t gfp, const struct zpool_ops *ops);
88 const struct zpool_ops *ops,