Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzio.h530 zio_done_func_t *ready, zio_done_func_t *children_ready,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzio.c1123 zio_done_func_t *ready, zio_done_func_t *children_ready, in zio_write() argument
1145 zio->io_children_ready = children_ready; in zio_write()
HDarc.c7137 arc_write_done_func_t *children_ready, arc_write_done_func_t *physdone, in arc_write() argument
7183 callback->awcb_children_ready = children_ready; in arc_write()
7220 (children_ready != NULL) ? arc_write_children_ready : NULL, in arc_write()