Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dzbud.c103 const struct zpool_ops *zpool_ops; member
131 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in zbud_zpool_evict()
132 return pool->zpool_ops->evict(pool->zpool, handle); in zbud_zpool_evict()
142 const struct zpool_ops *zpool_ops, in zbud_zpool_create() argument
147 pool = zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); in zbud_zpool_create()
150 pool->zpool_ops = zpool_ops; in zbud_zpool_create()
Dzpool.c24 const struct zpool_ops *ops;
156 const struct zpool_ops *ops) in zpool_create_pool()
Dz3fold.c166 const struct zpool_ops *zpool_ops; member
1704 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in z3fold_zpool_evict()
1705 return pool->zpool_ops->evict(pool->zpool, handle); in z3fold_zpool_evict()
1715 const struct zpool_ops *zpool_ops, in z3fold_zpool_create() argument
1721 zpool_ops ? &z3fold_zpool_ops : NULL); in z3fold_zpool_create()
1724 pool->zpool_ops = zpool_ops; in z3fold_zpool_create()
Dzsmalloc.c384 const struct zpool_ops *zpool_ops, in zs_zpool_create() argument
Dzswap.c217 static const struct zpool_ops zswap_zpool_ops = {
/Linux-v5.10/include/linux/
Dzpool.h17 struct zpool_ops { struct
43 gfp_t gfp, const struct zpool_ops *ops);
91 const struct zpool_ops *ops,