Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h411 } zio_transform_t; typedef
464 zio_transform_t *io_transform_stack;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c388 zio_transform_t *zt = kmem_alloc(sizeof (zio_transform_t), KM_SLEEP); in zio_push_transform()
405 zio_transform_t *zt; in zio_pop_transforms()
419 kmem_free(zt, sizeof (zio_transform_t)); in zio_pop_transforms()