| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| zio.h | 222 typedef void zio_done_func_t(zio_t *zio); 301 typedef void zio_vsd_cksum_report_f(zio_t *zio, zio_cksum_report_t *zcr, 316 typedef zio_t *zio_gang_issue_func_t(zio_t *zio, blkptr_t *bp, 319 typedef void zio_transform_func_t(zio_t *zio, void *data, uint64_t size); 329 typedef int zio_pipe_stage_t(zio_t *zio); 342 zio_t *zl_parent; 343 zio_t *zl_child; 366 zio_t *io_logical; 406 zio_t *io_gang_leader [all...] |
| zio_checksum.h | 68 extern void zio_checksum_compute(zio_t *zio, enum zio_checksum checksum, 70 extern int zio_checksum_error(zio_t *zio, zio_bad_cksum_t *out);
|
| arc.h | 41 typedef void arc_done_func_t(zio_t *zio, arc_buf_t *buf, void *private); 102 int arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_buf_t *pbuf, 105 int arc_read_nolock(zio_t *pio, spa_t *spa, const blkptr_t *bp, 108 zio_t *arc_write(zio_t *pio, spa_t *spa, uint64_t txg,
|
| vdev.h | 57 extern zio_t *vdev_probe(vdev_t *vd, zio_t *pio); 80 extern void vdev_stat_update(zio_t *zio, uint64_t psize); 103 extern boolean_t vdev_accessible(vdev_t *vd, zio_t *zio); 107 extern int vdev_cache_read(zio_t *zio); 108 extern void vdev_cache_write(zio_t *zio); 113 extern zio_t *vdev_queue_io(zio_t *zio); 114 extern void vdev_queue_io_done(zio_t *zio); 135 extern void vdev_uberblock_load(zio_t *zio, vdev_t *vd, struct uberblock *ub) [all...] |
| zil_impl.h | 45 zio_t *lwb_zio; /* zio for this buffer */ 70 zio_t *zl_root_zio; /* log writer root zio */
|
| vdev_impl.h | 62 typedef int vdev_io_start_func_t(zio_t *zio); 63 typedef void vdev_io_done_func_t(zio_t *zio); 88 zio_t *ve_fill_io; 186 zio_t *vdev_probe_zio; /* root of current probe */
|
| spa_impl.h | 191 zio_t *spa_async_zio_root; /* root of all async I/O */ 192 zio_t *spa_suspend_zio_root; /* root of all suspended I/O */
|
| dbuf.h | 106 zio_t *dr_zio; 262 int dbuf_read(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags);
|
| dmu_objset.h | 142 void dmu_objset_sync(objset_t *os, zio_t *zio, dmu_tx_t *tx);
|
| dsl_pool.h | 108 zio_t *dp_scrub_prefetch_zio_root;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| vdev_queue.c | 65 const zio_t *z1 = x1; 66 const zio_t *z2 = x2; 89 const zio_t *z1 = x1; 90 const zio_t *z2 = x2; 113 sizeof (zio_t), offsetof(struct zio, io_deadline_node)); 116 sizeof (zio_t), offsetof(struct zio, io_offset_node)); 119 sizeof (zio_t), offsetof(struct zio, io_offset_node)); 122 sizeof (zio_t), offsetof(struct zio, io_offset_node)); 139 vdev_queue_io_add(vdev_queue_t *vq, zio_t *zio) 146 vdev_queue_io_remove(vdev_queue_t *vq, zio_t *zio [all...] |
| zio.c | 106 sizeof (zio_t), 0, NULL, NULL, NULL, NULL, NULL, 0); 250 zio_push_transform(zio_t *zio, void *data, uint64_t size, uint64_t bufsize, 268 zio_pop_transforms(zio_t *zio) 294 zio_subblock(zio_t *zio, void *data, uint64_t size) 303 zio_decompress(zio_t *zio, void *data, uint64_t size) 324 zio_t * 325 zio_walk_parents(zio_t *cio) 340 zio_t * 341 zio_walk_children(zio_t *pio) 356 zio_t * [all...] |
| vdev_missing.c | 64 vdev_missing_io_start(zio_t *zio) 72 vdev_missing_io_done(zio_t *zio)
|
| vdev_cache.c | 149 vdev_cache_allocate(zio_t *zio) 185 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) 206 vdev_cache_fill(zio_t *fio) 211 zio_t *pio; 244 vdev_cache_read(zio_t *zio) 250 zio_t *fio; 321 vdev_cache_write(zio_t *zio)
|
| vdev_mirror.c | 56 vdev_mirror_map_free(zio_t *zio) 69 vdev_mirror_map_alloc(zio_t *zio) 171 vdev_mirror_child_done(zio_t *zio) 181 vdev_mirror_scrub_done(zio_t *zio) 186 zio_t *pio; 210 vdev_mirror_child_select(zio_t *zio) 258 vdev_mirror_io_start(zio_t *zio) 326 vdev_mirror_io_done(zio_t *zio)
|
| vdev_label.c | 177 vdev_label_read(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, 191 vdev_label_write(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, 402 zio_t *zio; 564 zio_t *zio; 808 vdev_uberblock_load_done(zio_t *zio) 811 zio_t *rio = zio->io_private; 829 vdev_uberblock_load(zio_t *zio, vdev_t *vd, uberblock_t *ubbest) 871 vdev_uberblock_sync_done(zio_t *zio) 883 vdev_uberblock_sync(zio_t *zio, uberblock_t *ub, vdev_t *vd, int flags) 916 zio_t *zio [all...] |
| vdev_disk.c | 44 zio_t *vdb_io; 300 zio_t *zio = vdb->vdb_io; 318 vdev_disk_ioctl_free(zio_t *zio) 331 zio_t *zio = zio_arg; 339 vdev_disk_io_start(zio_t *zio) 430 vdev_disk_io_done(zio_t *zio)
|
| vdev_file.c | 130 vdev_file_io_start(zio_t *zio) 170 vdev_file_io_done(zio_t *zio)
|
| zio_inject.c | 128 zio_handle_fault_injection(zio_t *zio, int error) 181 zio_handle_label_injection(zio_t *zio, int error) 227 zio_handle_device_injection(vdev_t *vd, zio_t *zio, int error) 299 zio_handle_ignored_writes(zio_t *zio)
|
| zio_checksum.c | 149 zio_checksum_compute(zio_t *zio, enum zio_checksum checksum, 177 zio_checksum_error(zio_t *zio, zio_bad_cksum_t *info)
|
| dmu.c | 196 zio_t *zio; 872 dmu_sync_ready(zio_t *zio, arc_buf_t *buf, void *varg) 895 dmu_sync_late_arrival_ready(zio_t *zio) 902 dmu_sync_done(zio_t *zio, arc_buf_t *buf, void *varg) 928 dmu_sync_late_arrival_done(zio_t *zio) 947 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, 1000 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) [all...] |
| arc.c | 419 zio_t *acb_zio_dummy; 636 static void l2arc_read_done(zio_t *zio); [all...] |
| ddt.c | 488 zio_t *zio = dde->dde_lead_zio[p]; 858 ddt_repair_entry_done(zio_t *zio) 866 ddt_repair_entry(ddt_t *ddt, ddt_entry_t *dde, ddt_entry_t *rdde, zio_t *rio) 872 zio_t *zio; 893 ddt_repair_table(ddt_t *ddt, zio_t *rio) 1018 zio_t *rio = zio_root(spa, NULL, NULL,
|
| dbuf.c | 421 dbuf_read_done(zio_t *zio, arc_buf_t *buf, void *vdb) 456 dbuf_read_impl(dmu_buf_impl_t *db, zio_t *zio, uint32_t *flags) 532 dbuf_read(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/zfs/ |
| zfs.c | [all...] |