Searched refs:zpool_ops (Results 1 – 5 of 5) sorted by relevance
103 const struct zpool_ops *zpool_ops; member131 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() argument147 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()
163 const struct zpool_ops *zpool_ops; member1471 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in z3fold_zpool_evict()1472 return pool->zpool_ops->evict(pool->zpool, handle); in z3fold_zpool_evict()1482 const struct zpool_ops *zpool_ops, in z3fold_zpool_create() argument1488 zpool_ops ? &z3fold_zpool_ops : NULL); in z3fold_zpool_create()1491 pool->zpool_ops = zpool_ops; in z3fold_zpool_create()
24 const struct zpool_ops *ops;156 const struct zpool_ops *ops) in zpool_create_pool()
388 const struct zpool_ops *zpool_ops, in zs_zpool_create() argument
207 static const struct zpool_ops zswap_zpool_ops = {