Lines Matching defs:ops
24 const struct zpool_ops *ops;
144 * @ops: The optional ops callback.
148 * ops param is NULL, then the created zpool will not be evictable.
157 const struct zpool_ops *ops)
184 zpool->pool = driver->create(name, gfp, ops, zpool);
185 zpool->ops = ops;
186 zpool->evictable = driver->shrink && ops && ops->evict;