Searched refs:zpool_ops (Results 1 – 6 of 6) sorted by relevance
102 const struct zpool_ops *zpool_ops; member130 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() argument146 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()
134 const struct zpool_ops *zpool_ops; member1022 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in z3fold_zpool_evict()1023 return pool->zpool_ops->evict(pool->zpool, handle); in z3fold_zpool_evict()1033 const struct zpool_ops *zpool_ops, in z3fold_zpool_create() argument1039 zpool_ops ? &z3fold_zpool_ops : NULL); in z3fold_zpool_create()1042 pool->zpool_ops = zpool_ops; in z3fold_zpool_create()
23 const struct zpool_ops *ops;155 const struct zpool_ops *ops) in zpool_create_pool()
382 const struct zpool_ops *zpool_ops, in zs_zpool_create() argument
216 static const struct zpool_ops zswap_zpool_ops = {
17 struct zpool_ops { struct43 gfp_t gfp, const struct zpool_ops *ops);89 const struct zpool_ops *ops,