Home
last modified time | relevance | path

Searched defs:zio (Results 1 – 25 of 32) sorted by relevance

12

/titanic_52/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h218 #define ZIO_DDT_CHILD_FLAGS(zio) \ argument
222 #define ZIO_GANG_CHILD_FLAGS(zio) \ argument
226 #define ZIO_VDEV_CHILD_FLAGS(zio) \ argument
401 struct zio { global() struct
404 io_propzio global() argument
405 io_typezio global() argument
406 io_child_typezio global() argument
408 io_priorityzio global() argument
418 io_walk_linkzio global() argument
419 io_logicalzio global() argument
420 io_transform_stackzio global() argument
423 io_readyzio global() argument
424 io_physdonezio global() argument
425 io_donezio global() argument
439 io_vsd_opszio global() argument
448 io_flagszio global() argument
449 io_stagezio global() argument
450 io_pipelinezio global() argument
451 io_orig_flagszio global() argument
452 io_orig_stagezio global() argument
453 io_orig_pipelinezio global() argument
461 io_gang_leaderzio global() argument
462 io_gang_treezio global() argument
469 io_cksum_reportzio global() argument
476 io_enazio global() argument
496 io_tqentzio global() argument
[all...]
/titanic_52/usr/src/uts/common/fs/zfs/
H A Dzio.c94 #define IO_IS_ALLOCATING(zio) ((zio)->io_orig_pipeline & ZIO_STAGE_DVA_ALLOCATE) argument
270 zio_push_transform(zio_t *zio, void *data, uint64_t size, uint64_t bufsize, in zio_push_transform() argument
288 zio_pop_transforms(zio_t * zio) zio_pop_transforms() argument
314 zio_subblock(zio_t * zio,void * data,uint64_t size) zio_subblock() argument
323 zio_decompress(zio_t * zio,void * data,uint64_t size) zio_decompress() argument
441 zio_wait_for_children(zio_t * zio,uint8_t childbits,enum zio_wait_type wait) zio_wait_for_children() argument
464 zio_notify_parent(zio_t * pio,zio_t * zio,enum zio_wait_type wait) zio_notify_parent() argument
487 zio_inherit_child_errors(zio_t * zio,enum zio_child c) zio_inherit_child_errors() argument
505 zio_t *zio; zio_create() local
580 zio_destroy(zio_t * zio) zio_destroy() argument
593 zio_t *zio; zio_null() local
695 zio_t *zio; zio_read() local
715 zio_t *zio; zio_write() local
753 zio_t *zio; zio_rewrite() local
763 zio_write_override(zio_t * zio,blkptr_t * bp,int copies,boolean_t nopwrite) zio_write_override() argument
813 zio_t *zio; zio_free_sync() local
845 zio_t *zio; zio_claim() local
879 zio_t *zio; zio_ioctl() local
904 zio_t *zio; zio_read_phys() local
925 zio_t *zio; zio_write_phys() local
962 zio_t *zio; zio_vdev_child_io() local
1006 zio_t *zio; zio_vdev_delegated_io() local
1020 zio_flush(zio_t * zio,vdev_t * vd) zio_flush() argument
1028 zio_shrink(zio_t * zio,uint64_t size) zio_shrink() argument
1051 zio_read_bp_init(zio_t * zio) zio_read_bp_init() argument
1085 zio_write_bp_init(zio_t * zio) zio_write_bp_init() argument
1271 zio_free_bp_init(zio_t * zio) zio_free_bp_init() argument
1290 zio_taskq_dispatch(zio_t * zio,zio_taskq_type_t q,boolean_t cutinline) zio_taskq_dispatch() argument
1331 zio_taskq_member(zio_t * zio,zio_taskq_type_t q) zio_taskq_member() argument
1349 zio_issue_async(zio_t * zio) zio_issue_async() argument
1357 zio_interrupt(zio_t * zio) zio_interrupt() argument
1363 zio_delay_interrupt(zio_t * zio) zio_delay_interrupt() argument
1433 zio_execute(zio_t * zio) zio_execute() argument
1485 zio_wait(zio_t * zio) zio_wait() argument
1508 zio_nowait(zio_t * zio) zio_nowait() argument
1583 zio_suspend(spa_t * spa,zio_t * zio) zio_suspend() argument
1724 zio_t *zio; zio_rewrite_gang() local
1840 zio_gang_tree_assemble_done(zio_t * zio) zio_gang_tree_assemble_done() argument
1871 zio_t *zio; zio_gang_tree_issue() local
1903 zio_gang_assemble(zio_t * zio) zio_gang_assemble() argument
1918 zio_gang_issue(zio_t * zio) zio_gang_issue() argument
1940 zio_write_gang_member_ready(zio_t * zio) zio_write_gang_member_ready() argument
1975 zio_t *zio; zio_write_gang_block() local
2064 zio_nop_write(zio_t * zio) zio_nop_write() argument
2119 zio_ddt_child_read_done(zio_t * zio) zio_ddt_child_read_done() argument
2138 zio_ddt_read_start(zio_t * zio) zio_ddt_read_start() argument
2181 zio_ddt_read_done(zio_t * zio) zio_ddt_read_done() argument
2219 zio_ddt_collision(zio_t * zio,ddt_t * ddt,ddt_entry_t * dde) zio_ddt_collision() argument
2274 zio_ddt_child_write_ready(zio_t * zio) zio_ddt_child_write_ready() argument
2298 zio_ddt_child_write_done(zio_t * zio) zio_ddt_child_write_done() argument
2322 zio_ddt_ditto_write_done(zio_t * zio) zio_ddt_ditto_write_done() argument
2351 zio_ddt_write(zio_t * zio) zio_ddt_write() argument
2464 zio_ddt_free(zio_t * zio) zio_ddt_free() argument
2490 zio_dva_allocate(zio_t * zio) zio_dva_allocate() argument
2533 zio_dva_free(zio_t * zio) zio_dva_free() argument
2541 zio_dva_claim(zio_t * zio) zio_dva_claim() argument
2558 zio_dva_unallocate(zio_t * zio,zio_gang_node_t * gn,blkptr_t * bp) zio_dva_unallocate() argument
2648 zio_vdev_io_start(zio_t * zio) zio_vdev_io_start() argument
2764 zio_vdev_io_done(zio_t * zio) zio_vdev_io_done() argument
2821 zio_vsd_default_cksum_report(zio_t * zio,zio_cksum_report_t * zcr,void * ignored) zio_vsd_default_cksum_report() argument
2834 zio_vdev_io_assess(zio_t * zio) zio_vdev_io_assess() argument
2903 zio_vdev_io_reissue(zio_t * zio) zio_vdev_io_reissue() argument
2912 zio_vdev_io_redone(zio_t * zio) zio_vdev_io_redone() argument
2920 zio_vdev_io_bypass(zio_t * zio) zio_vdev_io_bypass() argument
2935 zio_checksum_generate(zio_t * zio) zio_checksum_generate() argument
2966 zio_checksum_verify(zio_t * zio) zio_checksum_verify() argument
3002 zio_checksum_verified(zio_t * zio) zio_checksum_verified() argument
3039 zio_ready(zio_t * zio) zio_ready() argument
3098 zio_done(zio_t * zio) zio_done() argument
[all...]
H A Dvdev_label.c181 vdev_label_read(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, in vdev_label_read() argument
195 vdev_label_write(zio_t *zio, vdev_t *vd, int l, void *buf, uint64_t offset, in vdev_label_write() argument
433 zio_t *zio; in vdev_label_read_config() local
627 zio_t *zio; vdev_label_init() local
881 vdev_uberblock_load_done(zio_t * zio) vdev_uberblock_load_done() argument
911 vdev_uberblock_load_impl(zio_t * zio,vdev_t * vd,int flags,struct ubl_cbdata * cbp) vdev_uberblock_load_impl() argument
939 zio_t *zio; vdev_uberblock_load() local
975 vdev_uberblock_sync_done(zio_t * zio) vdev_uberblock_sync_done() argument
987 vdev_uberblock_sync(zio_t * zio,uberblock_t * ub,vdev_t * vd,int flags) vdev_uberblock_sync() argument
1021 zio_t *zio; vdev_uberblock_sync_list() local
1050 vdev_label_sync_done(zio_t * zio) vdev_label_sync_done() argument
1062 vdev_label_sync_top_done(zio_t * zio) vdev_label_sync_top_done() argument
1076 vdev_label_sync_ignore_done(zio_t * zio) vdev_label_sync_ignore_done() argument
1085 vdev_label_sync(zio_t * zio,vdev_t * vd,int l,uint64_t txg,int flags) vdev_label_sync() argument
1131 zio_t *zio; vdev_label_sync_list() local
1185 zio_t *zio; vdev_config_sync() local
[all...]
H A Dvdev_mirror.c60 vdev_mirror_map_free(zio_t *zio) in vdev_mirror_map_free() argument
73 vdev_mirror_map_alloc(zio_t *zio) in vdev_mirror_map_alloc() argument
177 vdev_mirror_child_done(zio_t * zio) vdev_mirror_child_done() argument
187 vdev_mirror_scrub_done(zio_t * zio) vdev_mirror_scrub_done() argument
216 vdev_mirror_child_select(zio_t * zio) vdev_mirror_child_select() argument
264 vdev_mirror_io_start(zio_t * zio) vdev_mirror_io_start() argument
333 vdev_mirror_io_done(zio_t * zio) vdev_mirror_io_done() argument
[all...]
H A Dvdev_queue.c274 vdev_queue_io_add(vdev_queue_t *vq, zio_t *zio) in vdev_queue_io_add() argument
289 vdev_queue_io_remove(vdev_queue_t * vq,zio_t * zio) vdev_queue_io_remove() argument
305 vdev_queue_pending_add(vdev_queue_t * vq,zio_t * zio) vdev_queue_pending_add() argument
321 vdev_queue_pending_remove(vdev_queue_t * vq,zio_t * zio) vdev_queue_pending_remove() argument
486 vdev_queue_aggregate(vdev_queue_t * vq,zio_t * zio) vdev_queue_aggregate() argument
626 zio_t *zio, *aio; vdev_queue_io_to_issue() local
684 vdev_queue_io(zio_t * zio) vdev_queue_io() argument
728 vdev_queue_io_done(zio_t * zio) vdev_queue_io_done() argument
[all...]
H A Dvdev_missing.c70 vdev_missing_io_start(zio_t *zio) in vdev_missing_io_start() argument
78 vdev_missing_io_done(zio_t *zio) in vdev_missing_io_done() argument
H A Dvdev_file.c154 zio_t *zio = vb->vb_io; in vdev_file_io_intr() local
186 vdev_file_io_start(zio_t *zio) in vdev_file_io_start() argument
237 vdev_file_io_done(zio_t * zio) vdev_file_io_done() argument
[all...]
H A Dzio_inject.c167 zio_handle_fault_injection(zio_t *zio, int error) in zio_handle_fault_injection() argument
214 zio_handle_label_injection(zio_t *zio, int error) in zio_handle_label_injection() argument
257 zio_handle_device_injection(vdev_t * vd,zio_t * zio,int error) zio_handle_device_injection() argument
333 zio_handle_ignored_writes(zio_t * zio) zio_handle_ignored_writes() argument
402 zio_handle_io_delay(zio_t * zio) zio_handle_io_delay() argument
[all...]
H A Dvdev_cache.c159 vdev_cache_allocate(zio_t *zio) in vdev_cache_allocate() argument
195 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) in vdev_cache_hit() argument
254 vdev_cache_read(zio_t *zio) in vdev_cache_read() argument
331 vdev_cache_write(zio_t * zio) vdev_cache_write() argument
[all...]
H A Dvdev_disk.c680 zio_t *zio = vb->vb_io; in vdev_disk_io_intr() local
698 vdev_disk_ioctl_free(zio_t *zio) in vdev_disk_ioctl_free() argument
711 zio_t *zio in vdev_disk_ioctl_done() local
719 vdev_disk_io_start(zio_t * zio) vdev_disk_io_start() argument
823 vdev_disk_io_done(zio_t * zio) vdev_disk_io_done() argument
[all...]
H A Ddbuf.c603 dbuf_read_done(zio_t *zio, arc_buf_t *buf, void *vdb) in dbuf_read_done() argument
637 dbuf_read_impl(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) in dbuf_read_impl() argument
710 dbuf_read(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) in dbuf_read() argument
2056 dbuf_prefetch_indirect_done(zio_t * zio,arc_buf_t * abuf,void * private) dbuf_prefetch_indirect_done() argument
2676 zio_t *zio; dbuf_sync_indirect() local
2884 dbuf_write_ready(zio_t * zio,arc_buf_t * buf,void * vdb) dbuf_write_ready() argument
2971 dbuf_write_physdone(zio_t * zio,arc_buf_t * buf,void * arg) dbuf_write_physdone() argument
2994 dbuf_write_done(zio_t * zio,arc_buf_t * buf,void * vdb) dbuf_write_done() argument
3084 dbuf_write_nofill_ready(zio_t * zio) dbuf_write_nofill_ready() argument
3090 dbuf_write_nofill_done(zio_t * zio) dbuf_write_nofill_done() argument
3096 dbuf_write_override_ready(zio_t * zio) dbuf_write_override_ready() argument
3105 dbuf_write_override_done(zio_t * zio) dbuf_write_override_done() argument
3133 zio_t *zio; dbuf_write() local
[all...]
H A Dzio_checksum.c253 zio_checksum_compute(zio_t *zio, enum zio_checksum checksum, in zio_checksum_compute() argument
296 zio_checksum_error(zio_t *zio, zio_bad_cksum_t *info) in zio_checksum_error() argument
[all...]
H A Dvdev_raidz.c286 vdev_raidz_map_free_vsd(zio_t *zio) in vdev_raidz_map_free_vsd() argument
389 vdev_raidz_cksum_report(zio_t *zio, zio_cksum_report_t *zcr, void *arg) in vdev_raidz_cksum_report() argument
1689 vdev_raidz_child_done(zio_t *zio) in vdev_raidz_child_done() argument
1716 vdev_raidz_io_start(zio_t * zio) vdev_raidz_io_start() argument
1821 raidz_checksum_error(zio_t * zio,raidz_col_t * rc,void * bad_data) raidz_checksum_error() argument
1847 raidz_checksum_verify(zio_t * zio) raidz_checksum_verify() argument
1866 raidz_parity_verify(zio_t * zio,raidz_map_t * rm) raidz_parity_verify() argument
1929 vdev_raidz_combrec(zio_t * zio,int total_errors,int data_errors) vdev_raidz_combrec() argument
2098 vdev_raidz_io_done(zio_t * zio) vdev_raidz_io_done() argument
[all...]
H A Dzfs_fm.c107 const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio, in zfs_ereport_start() argument
669 zfs_ereport_post(const char * subclass,spa_t * spa,vdev_t * vd,zio_t * zio,uint64_t stateoroffset,uint64_t size) zfs_ereport_post() argument
691 zfs_ereport_start_checksum(spa_t * spa,vdev_t * vd,struct zio * zio,uint64_t offset,uint64_t length,void * arg,zio_bad_cksum_t * info) zfs_ereport_start_checksum() argument
781 zfs_ereport_post_checksum(spa_t * spa,vdev_t * vd,struct zio * zio,uint64_t offset,uint64_t length,const void * good_data,const void * bad_data,zio_bad_cksum_t * zbc) zfs_ereport_post_checksum() argument
[all...]
H A Dspa_errlog.c93 spa_log_error(spa_t *spa, zio_t *zio) in spa_log_error() argument
H A Ddmu_tx.c156 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr() argument
252 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write() local
629 zio_t *zio; in dmu_tx_hold_free() local
[all...]
H A Ddsl_pool.c436 zio_t *zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync_mos() local
464 zio_t *zio; in dsl_pool_sync() local
[all...]
H A Ddmu.c395 zio_t *zio; in dmu_buf_hold_array_by_dnode() local
1382 dmu_sync_ready(zio_t *zio, arc_buf_t *buf, void *varg) in dmu_sync_ready() argument
1403 dmu_sync_late_arrival_ready(zio_t *zio) in dmu_sync_late_arrival_ready() argument
1410 dmu_sync_done(zio_t * zio,arc_buf_t * buf,void * varg) dmu_sync_done() argument
1459 dmu_sync_late_arrival_done(zio_t * zio) dmu_sync_late_arrival_done() argument
[all...]
H A Darc.c3804 arc_bcopy_func(zio_t *zio, arc_buf_t *buf, void *arg) in arc_bcopy_func() argument
3813 arc_getbuf_func(zio_t *zio, arc_buf_t *buf, void *arg) in arc_getbuf_func() argument
3826 arc_read_done(zio_t *zio) in arc_read_done() argument
4649 arc_write_ready(zio_t * zio) arc_write_ready() argument
4683 arc_write_physdone(zio_t * zio) arc_write_physdone() argument
4691 arc_write_done(zio_t * zio) arc_write_done() argument
4780 zio_t *zio; arc_write() local
5550 l2arc_write_done(zio_t * zio) l2arc_write_done() argument
5672 l2arc_read_done(zio_t * zio) l2arc_read_done() argument
6306 l2arc_decompress_zio(zio_t * zio,arc_buf_hdr_t * hdr,enum zio_compress c) l2arc_decompress_zio() argument
[all...]
H A Dvdev.c933 vdev_probe_done(zio_t *zio) in vdev_probe_done() argument
993 vdev_probe(vdev_t * vd,zio_t * zio) vdev_probe() argument
2634 vdev_accessible(vdev_t * vd,zio_t * zio) vdev_accessible() argument
2716 vdev_stat_update(zio_t * zio,uint64_t psize) vdev_stat_update() argument
[all...]
H A Dddt.c526 zio_t *zio = dde->dde_lead_zio[p]; in ddt_ditto_copies_needed() local
930 ddt_repair_entry_done(zio_t *zio) in ddt_repair_entry_done() argument
944 zio_t *zio; in ddt_repair_entry() local
[all...]
H A Ddmu_objset.c1045 dmu_objset_write_ready(zio_t *zio, arc_buf_t *abuf, void *arg) in dmu_objset_write_ready() argument
1069 dmu_objset_write_done(zio_t *zio, arc_buf_t *abuf, void *arg) in dmu_objset_write_done() argument
1093 zio_t *zio; in dmu_objset_sync() local
[all...]
H A Dspa.c1816 spa_claim_notify(zio_t *zio) in spa_claim_notify() argument
1835 spa_load_verify_done(zio_t *zio) in spa_load_verify_done() argument
5868 zio_t *zio = arg; spa_free_sync_cb() local
5882 zio_t *zio = zio_root(spa, NULL, NULL, 0); spa_sync_frees() local
5894 zio_t *zio = zio_root(spa, NULL, NULL, 0); spa_sync_deferred_frees() local
[all...]
H A Dzil.c802 zio_t *zio; in zil_flush_vdevs() local
837 zil_lwb_write_done(zio_t *zio) in zil_lwb_write_done() argument
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h49 #define ZIO_GET_IOSIZE(zio) \ argument

12