Home
last modified time | relevance | path

Searched refs:zio_transform_func_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h399 typedef void zio_transform_func_t(zio_t *zio, struct abd *data, uint64_t size); typedef
405 zio_transform_func_t *zt_transform;
620 uint64_t bufsize, zio_transform_func_t *transform);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c423 zio_transform_func_t *transform) in zio_push_transform()