Home
last modified time | relevance | path

Searched refs:zbookmark_phys_t (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c54 zbookmark_phys_t pd_resume;
62 zbookmark_phys_t *td_resume;
82 zbookmark_phys_t zb; in traverse_zil_block()
108 zbookmark_phys_t zb; in traverse_zil_record()
160 const zbookmark_phys_t *zb) in resume_skip_check()
183 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_prefetch_metadata()
223 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_visitbp()
304 zbookmark_phys_t *czb; in traverse_visitbp()
313 czb = kmem_alloc(sizeof (zbookmark_phys_t), KM_SLEEP); in traverse_visitbp()
364 kmem_free(czb, sizeof (zbookmark_phys_t)); in traverse_visitbp()
[all …]
H A Dspa_errlog.c93 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len) in bookmark_to_name()
131 name_to_bookmark(char *buf, zbookmark_phys_t *zb) in name_to_bookmark()
144 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb) in zep_to_zb()
184 spa_log_error(spa_t *spa, const zbookmark_phys_t *zb, const uint64_t birth) in spa_log_error()
295 copyout_entry(const zbookmark_phys_t *zb, void *uaddr, uint64_t *count) in copyout_entry()
301 if (copyout(zb, (char *)uaddr + (*count) * sizeof (zbookmark_phys_t), in copyout_entry()
302 sizeof (zbookmark_phys_t)) != 0) in copyout_entry()
338 zbookmark_phys_t zb; in check_filesystem()
409 zbookmark_phys_t zb; in check_filesystem()
487 zbookmark_phys_t zb; in process_error_block()
[all …]
H A Ddsl_scan.c120 const zbookmark_phys_t *);
134 static void read_by_block_level(dsl_scan_t *scn, zbookmark_phys_t zb);
290 zbookmark_phys_t sio_zb;
357 zbookmark_phys_t spic_zb; /* bookmark to prefetch */
361 const zbookmark_phys_t *zb, dsl_scan_io_queue_t *queue);
1632 dsl_scan_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_scan_check_suspend()
1712 dsl_error_scrub_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_error_scrub_check_suspend()
1761 zbookmark_phys_t zb; in dsl_scan_zil_block()
1797 zbookmark_phys_t zb; in dsl_scan_zil_record()
1917 const zbookmark_phys_t *zb) in dsl_scan_check_prefetch_resume()
[all …]
H A Dzfs_fm.c154 zbookmark_phys_t re_io_bookmark;
189 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark; in recent_events_compare()
190 const zbookmark_phys_t *zb2 = &node2->re_io_bookmark; in recent_events_compare()
339 const zbookmark_phys_t *zb, zio_t *zio, uint64_t offset, uint64_t size) in zfs_ereport_is_duplicate()
472 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start()
1163 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state) in zfs_ereport_post()
1205 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum()
1309 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum()
H A Ddmu_direct.c136 zbookmark_phys_t zb; in dmu_write_direct()
269 zbookmark_phys_t zb; in dmu_read_abd()
H A Ddmu_redact.c90 zbookmark_phys_t resume;
258 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in redact_cb()
386 create_zbookmark_from_obj_off(zbookmark_phys_t *zb, uint64_t object, in create_zbookmark_from_obj_off()
402 zbookmark_phys_t z1, z2; in redact_range_compare()
H A Ddmu_diff.c114 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
H A Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
H A Ddbuf.c1389 dbuf_read_done(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in dbuf_read_done()
1530 zbookmark_phys_t zb; in dbuf_read_verify_dnode_crypt()
1590 zbookmark_phys_t zb; in dbuf_read_impl()
1825 zbookmark_phys_t zb; in dbuf_read()
2791 zbookmark_phys_t zb; in dmu_buf_untransform_direct()
3523 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
3545 dbuf_issue_final_prefetch_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_issue_final_prefetch_done()
3595 dbuf_prefetch_indirect_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_prefetch_indirect_done()
3667 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done()
3807 zbookmark_phys_t zb; in dbuf_prefetch_impl()
[all …]
H A Dzio_inject.c130 zio_match_handler(const zbookmark_phys_t *zb, uint64_t type, int dva, in zio_match_handler()
208 zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb, in zio_handle_decrypt_injection()
H A Dzio.c976 const zbookmark_phys_t *zb, enum zio_stage stage, in zio_create()
1353 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb) in zio_read()
1371 zio_flag_t flags, const zbookmark_phys_t *zb) in zio_write()
1406 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb) in zio_rewrite()
2309 zbookmark_phys_t *zb = &pio->io_bookmark; in zio_deadman_impl()
5652 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) in zbookmark_compare()
5722 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed()
5724 zbookmark_phys_t mod_zb = *subtree_root; in zbookmark_subtree_completed()
5758 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_tbd()
H A Ddmu_send.c126 zbookmark_phys_t resume;
133 zbookmark_phys_t resume;
1072 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in send_cb()
1641 zbookmark_phys_t zb = { in issue_data_read()
2402 zbookmark_phys_t zb; in dmu_send_impl()
H A Ddsl_bookmark.c1611 zbookmark_phys_t *second) in redact_block_zb_compare()
1644 dsl_redaction_list_traverse(redaction_list_t *rl, zbookmark_phys_t *resume, in dsl_redaction_list_traverse()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h457 zbookmark_phys_t io_bookmark;
566 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb);
572 zio_flag_t flags, const zbookmark_phys_t *zb);
576 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb);
689 extern int zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb,
705 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset,
714 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset,
727 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
729 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
731 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
H A Ddmu_traverse.h44 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg);
68 zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg);
70 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
H A Darc.h89 typedef void arc_read_done_func_t(zio_t *zio, const zbookmark_phys_t *zb,
278 int arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb,
320 int flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
325 int zio_flags, const zbookmark_phys_t *zb);
H A Ddsl_scan.h70 zbookmark_phys_t scn_bookmark;
154 zbookmark_phys_t scn_prefetch_bookmark; /* prefetch start bookmark */
H A Dbptree.h47 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
H A Dspa.h66 typedef struct zbookmark_phys zbookmark_phys_t; typedef
963 extern void spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb,
1170 extern void spa_log_error(spa_t *spa, const zbookmark_phys_t *zb,
1172 extern void spa_remove_error(spa_t *spa, zbookmark_phys_t *zb,
1175 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state);
1203 zbookmark_phys_t *zb);
H A Ddsl_bookmark.h151 int dsl_redaction_list_traverse(redaction_list_t *, zbookmark_phys_t *,
H A Ddsl_crypt.h223 int spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb,
H A Dspa_impl.h69 zbookmark_phys_t se_bookmark;
H A Darc_impl.h114 zbookmark_phys_t acb_zb;
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h188 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb),
282 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb), \
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c166 zbookmark_phys_t zb; in zil_prt_rec_write()

12