Searched refs:arc_write_done_func_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | arc.h | 83 typedef void arc_write_done_func_t(zio_t *zio, arc_buf_t *buf, void *priv); typedef 306 arc_write_done_func_t *ready, arc_write_done_func_t *child_ready, 307 arc_write_done_func_t *done, void *priv, zio_priority_t priority,
|
| HD | arc_impl.h | 124 arc_write_done_func_t *awcb_ready; 125 arc_write_done_func_t *awcb_children_ready; 126 arc_write_done_func_t *awcb_done;
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | arc.c | 6643 const zio_prop_t *zp, arc_write_done_func_t *ready, in arc_write() 6644 arc_write_done_func_t *children_ready, arc_write_done_func_t *done, in arc_write()
|
| HD | dbuf.c | 5131 arc_write_done_func_t *children_ready_cb = NULL; in dbuf_write()
|