Home
last modified time | relevance | path

Searched refs:children_ready (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h561 zio_done_func_t *ready, zio_done_func_t *children_ready,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c1264 zio_done_func_t *ready, zio_done_func_t *children_ready, in zio_write() argument
1285 zio->io_children_ready = children_ready; in zio_write()
H A Darc.c6647 arc_write_done_func_t *children_ready, arc_write_done_func_t *done, in arc_write() argument
6695 callback->awcb_children_ready = children_ready; in arc_write()
6732 (children_ready != NULL) ? arc_write_children_ready : NULL, in arc_write()