| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 44 zbookmark_phys_t pd_resume; 52 zbookmark_phys_t *td_resume; 81 zbookmark_phys_t zb; in traverse_zil_block() 107 zbookmark_phys_t zb; in traverse_zil_record() 159 const zbookmark_phys_t *zb) in resume_skip_check() 182 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_prefetch_metadata() 222 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_visitbp() 303 zbookmark_phys_t *czb; in traverse_visitbp() 312 czb = kmem_alloc(sizeof (zbookmark_phys_t), KM_SLEEP); in traverse_visitbp() 363 kmem_free(czb, sizeof (zbookmark_phys_t)); in traverse_visitbp() [all …]
|
| H A D | spa_errlog.c | 83 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len) in bookmark_to_name() 121 name_to_bookmark(char *buf, zbookmark_phys_t *zb) in name_to_bookmark() 134 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb) in zep_to_zb() 174 spa_log_error(spa_t *spa, const zbookmark_phys_t *zb, const uint64_t birth) in spa_log_error() 285 copyout_entry(const zbookmark_phys_t *zb, void *uaddr, uint64_t *count) in copyout_entry() 291 if (copyout(zb, (char *)uaddr + (*count) * sizeof (zbookmark_phys_t), in copyout_entry() 292 sizeof (zbookmark_phys_t)) != 0) in copyout_entry() 328 zbookmark_phys_t zb; in check_filesystem() 399 zbookmark_phys_t zb; in check_filesystem() 477 zbookmark_phys_t zb; in process_error_block() [all …]
|
| H A D | dsl_scan.c | 111 const zbookmark_phys_t *); 125 static void read_by_block_level(dsl_scan_t *scn, zbookmark_phys_t zb); 298 zbookmark_phys_t sio_zb; \ 398 zbookmark_phys_t spic_zb; /* bookmark to prefetch */ 402 const zbookmark_phys_t *zb, dsl_scan_io_queue_t *queue); 1757 dsl_scan_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_scan_check_suspend() 1837 dsl_error_scrub_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_error_scrub_check_suspend() 1886 zbookmark_phys_t zb; in dsl_scan_zil_block() 1922 zbookmark_phys_t zb; in dsl_scan_zil_record() 2042 const zbookmark_phys_t *zb) in dsl_scan_check_prefetch_resume() [all …]
|
| H A D | zfs_fm.c | 144 zbookmark_phys_t re_io_bookmark; 179 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark; in recent_events_compare() 180 const zbookmark_phys_t *zb2 = &node2->re_io_bookmark; in recent_events_compare() 332 const zbookmark_phys_t *zb, zio_t *zio, uint64_t offset, uint64_t size) in zfs_ereport_is_duplicate() 465 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start() 1158 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state) in zfs_ereport_post() 1200 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum() 1304 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum()
|
| H A D | dmu_direct.c | 132 zbookmark_phys_t zb; in dmu_write_direct() 265 zbookmark_phys_t zb; in dmu_read_abd()
|
| H A D | dmu_redact.c | 80 zbookmark_phys_t resume; 244 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in redact_cb() 372 create_zbookmark_from_obj_off(zbookmark_phys_t *zb, uint64_t object, in create_zbookmark_from_obj_off() 388 zbookmark_phys_t z1, z2; in redact_range_compare()
|
| H A D | dmu_diff.c | 104 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
|
| H A D | bptree.c | 144 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
|
| H A D | zio.c | 930 const zbookmark_phys_t *zb1 = &z1->io_bookmark; in zio_bookmark_compare() 931 const zbookmark_phys_t *zb2 = &z2->io_bookmark; in zio_bookmark_compare() 962 const zbookmark_phys_t *zb, enum zio_stage stage, in zio_create() 1347 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb) in zio_read() 1365 zio_flag_t flags, const zbookmark_phys_t *zb) in zio_write() 1400 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb) in zio_rewrite() 2562 zbookmark_phys_t *zb = &pio->io_bookmark; in zio_deadman_impl() 6388 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) in zbookmark_compare() 6519 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed() 6521 zbookmark_phys_t mod_zb = *subtree_root; in zbookmark_subtree_completed() [all …]
|
| H A D | dbuf.c | 1366 dbuf_read_done(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in dbuf_read_done() 1524 zbookmark_phys_t zb; in dbuf_read_verify_dnode_crypt() 1584 zbookmark_phys_t zb; in dbuf_read_impl() 1823 zbookmark_phys_t zb; in dbuf_read() 2884 zbookmark_phys_t zb; in dmu_buf_untransform_direct() 3634 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */ 3655 dbuf_issue_final_prefetch_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_issue_final_prefetch_done() 3701 dbuf_prefetch_indirect_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_prefetch_indirect_done() 3773 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done() 3915 zbookmark_phys_t zb; in dbuf_prefetch_impl() [all …]
|
| H A D | zio_inject.c | 120 zio_match_handler(const zbookmark_phys_t *zb, uint64_t type, int dva, in zio_match_handler() 198 zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb, in zio_handle_decrypt_injection()
|
| H A D | dmu_send.c | 116 zbookmark_phys_t resume; 123 zbookmark_phys_t resume; 1062 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in send_cb() 1654 zbookmark_phys_t zb = { in issue_data_read() 2446 zbookmark_phys_t zb; in dmu_send_impl()
|
| H A D | dsl_bookmark.c | 1600 zbookmark_phys_t *second) in redact_block_zb_compare() 1633 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 D | zio.h | 489 zbookmark_phys_t io_bookmark; 605 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb); 611 zio_flag_t flags, const zbookmark_phys_t *zb); 615 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb); 732 extern int zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb, 749 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset, 758 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset, 771 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block); 773 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block); 775 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
|
| H A D | dmu_traverse.h | 34 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg); 65 zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg); 67 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
|
| H A D | arc.h | 79 typedef void arc_read_done_func_t(zio_t *zio, const zbookmark_phys_t *zb, 267 int arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, 309 int flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb); 314 int zio_flags, const zbookmark_phys_t *zb);
|
| H A D | dsl_scan.h | 60 zbookmark_phys_t scn_bookmark; 149 zbookmark_phys_t scn_prefetch_bookmark; /* prefetch start bookmark */
|
| H A D | bptree.h | 37 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
|
| H A D | spa.h | 58 typedef struct zbookmark_phys zbookmark_phys_t; typedef 992 extern void spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb, 1206 extern void spa_log_error(spa_t *spa, const zbookmark_phys_t *zb, 1208 extern void spa_remove_error(spa_t *spa, zbookmark_phys_t *zb, 1211 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state); 1239 zbookmark_phys_t *zb);
|
| H A D | dsl_bookmark.h | 156 int dsl_redaction_list_traverse(redaction_list_t *, zbookmark_phys_t *,
|
| H A D | dsl_crypt.h | 220 int spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb,
|
| H A D | spa_impl.h | 64 zbookmark_phys_t se_bookmark;
|
| H A D | arc_impl.h | 138 zbookmark_phys_t acb_zb;
|
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_arc.h | 178 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb), 272 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb), \
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 154 zbookmark_phys_t zb; in zil_prt_rec_write()
|