Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzio.h396 typedef void zio_transform_func_t(zio_t *zio, struct abd *data, uint64_t size); typedef
402 zio_transform_func_t *zt_transform;
621 uint64_t bufsize, zio_transform_func_t *transform);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzio.c434 zio_transform_func_t *transform) in zio_push_transform()