Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h403 typedef void zio_transform_func_t(zio_t *zio, struct abd *data, uint64_t size); typedef
409 zio_transform_func_t *zt_transform;
615 uint64_t bufsize, zio_transform_func_t *transform);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c386 zio_transform_func_t *transform) in zio_push_transform()