Home
last modified time | relevance | path

Searched refs:arc_write_done_func_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h76 typedef void arc_write_done_func_t(zio_t *zio, arc_buf_t *buf, void *priv); typedef
297 arc_write_done_func_t *ready, arc_write_done_func_t *child_ready,
298 arc_write_done_func_t *physdone, arc_write_done_func_t *done,
H A Darc_impl.h113 arc_write_done_func_t *awcb_ready;
114 arc_write_done_func_t *awcb_children_ready;
115 arc_write_done_func_t *awcb_physdone;
116 arc_write_done_func_t *awcb_done;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c7053 const zio_prop_t *zp, arc_write_done_func_t *ready, in arc_write()
7054 arc_write_done_func_t *children_ready, arc_write_done_func_t *physdone, in arc_write()
7055 arc_write_done_func_t *done, void *private, zio_priority_t priority, in arc_write()
H A Ddbuf.c4888 arc_write_done_func_t *children_ready_cb = NULL; in dbuf_write()