Searched refs:zbookmark_phys_t (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_traverse.h43 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg);
67 zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg);
69 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
H A Dzio.h449 zbookmark_phys_t io_bookmark;
557 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb);
563 zio_flag_t flags, const zbookmark_phys_t *zb);
567 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb);
677 extern int zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb,
693 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset,
702 const zbookmark_phys_t *zb, struct zio *zio, uint64_t offset,
715 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
717 const zbookmark_phys_t *subtree_roo
[all...]
H A Dbptree.h46 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
H A Ddsl_scan.h69 zbookmark_phys_t scn_bookmark;
153 zbookmark_phys_t scn_prefetch_bookmark; /* prefetch start bookmark */
H A Darc.h81 typedef void arc_read_done_func_t(zio_t *zio, const zbookmark_phys_t *zb,
261 int arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb,
303 int flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
308 int zio_flags, const zbookmark_phys_t *zb);
H A Ddsl_bookmark.h150 int dsl_redaction_list_traverse(redaction_list_t *, zbookmark_phys_t *,
H A Dspa.h65 typedef struct zbookmark_phys zbookmark_phys_t; typedef in typeref:struct:zbookmark_phys
952 extern void spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb,
1153 extern void spa_log_error(spa_t *spa, const zbookmark_phys_t *zb,
1155 extern void spa_remove_error(spa_t *spa, zbookmark_phys_t *zb,
1158 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state);
1186 zbookmark_phys_t *zb);
H A Ddsl_crypt.h222 int spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb,
H A Dspa_impl.h73 zbookmark_phys_t se_bookmark;
H A Darc_impl.h113 zbookmark_phys_t acb_zb;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c53 zbookmark_phys_t pd_resume;
61 zbookmark_phys_t *td_resume;
81 zbookmark_phys_t zb;
107 zbookmark_phys_t zb;
159 const zbookmark_phys_t *zb)
182 const blkptr_t *bp, const zbookmark_phys_t *zb)
222 const blkptr_t *bp, const zbookmark_phys_t *zb)
303 zbookmark_phys_t *czb;
312 czb = kmem_alloc(sizeof (zbookmark_phys_t), KM_SLEEP);
363 kmem_free(czb, sizeof (zbookmark_phys_t));
[all...]
H A Dspa_errlog.c92 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len)
130 name_to_bookmark(char *buf, zbookmark_phys_t *zb)
143 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb)
183 spa_log_error(spa_t *spa, const zbookmark_phys_t *zb, const uint64_t birth)
294 copyout_entry(const zbookmark_phys_t *zb, void *uaddr, uint64_t *count)
300 if (copyout(zb, (char *)uaddr + (*count) * sizeof (zbookmark_phys_t),
301 sizeof (zbookmark_phys_t)) != 0)
308 * zbookmark_phys_t entry to the userspace array at uaddr. The array is
337 zbookmark_phys_t zb;
408 zbookmark_phys_t z
[all...]
H A Ddsl_scan.c119 const zbookmark_phys_t *);
133 static void read_by_block_level(dsl_scan_t *scn, zbookmark_phys_t zb);
283 zbookmark_phys_t sio_zb;
350 zbookmark_phys_t spic_zb; /* bookmark to prefetch */
354 const zbookmark_phys_t *zb, dsl_scan_io_queue_t *queue);
1595 dsl_scan_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb)
1674 dsl_error_scrub_check_suspend(dsl_scan_t *scn, const zbookmark_phys_t *zb)
1723 zbookmark_phys_t zb;
1759 zbookmark_phys_t zb;
1879 const zbookmark_phys_t *z
[all...]
H A Dzfs_fm.c153 zbookmark_phys_t re_io_bookmark;
188 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark;
189 const zbookmark_phys_t *zb2 = &node2->re_io_bookmark;
338 const zbookmark_phys_t *zb, zio_t *zio, uint64_t offset, uint64_t size)
471 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb,
1160 const zbookmark_phys_t *zb, zio_t *zio, uint64_t state)
1202 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb,
1306 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb,
H A Dbptree.c152 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddmu_redact.c89 zbookmark_phys_t resume;
255 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg)
383 create_zbookmark_from_obj_off(zbookmark_phys_t *zb, uint64_t object,
399 zbookmark_phys_t z1, z2;
H A Ddmu_diff.c113 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddbuf.c1375 dbuf_read_done(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp,
1515 zbookmark_phys_t zb;
1575 zbookmark_phys_t zb;
1834 zbookmark_phys_t zb;
3357 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
3379 dbuf_issue_final_prefetch_done(zio_t *zio, const zbookmark_phys_t *zb,
3429 dbuf_prefetch_indirect_done(zio_t *zio, const zbookmark_phys_t *zb,
3501 zbookmark_phys_t zb;
3641 zbookmark_phys_t zb;
4267 zbookmark_phys_t z
[all...]
H A Dzio.c891 const zbookmark_phys_t *zb, enum zio_stage stage,
1248 zio_priority_t priority, zio_flag_t flags, const zbookmark_phys_t *zb)
1266 zio_flag_t flags, const zbookmark_phys_t *zb)
1307 zio_priority_t priority, zio_flag_t flags, zbookmark_phys_t *zb)
2170 zbookmark_phys_t *zb = &pio->io_bookmark;
5099 * Compare two zbookmark_phys_t's to see which we would reach first in a
5123 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2)
5193 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_bloc
[all...]
H A Dzio_inject.c129 zio_match_handler(const zbookmark_phys_t *zb, uint64_t type, int dva,
192 zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb,
H A Ddmu_send.c125 zbookmark_phys_t resume;
132 zbookmark_phys_t resume;
951 zbookmark_phys_t zb;
1111 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg)
1680 zbookmark_phys_t zb = {
2384 zbookmark_phys_t zb;
H A Ddsl_bookmark.c1608 zbookmark_phys_t *second)
1641 dsl_redaction_list_traverse(redaction_list_t *rl, zbookmark_phys_t *resume,
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h182 * const zbookmark_phys_t *);
187 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb),
281 const blkptr_t *bp, uint64_t size, const zbookmark_phys_t *zb), \
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c163 zbookmark_phys_t zb;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4382 return (memcmp(a, b, sizeof (zbookmark_phys_t)));
4394 zbookmark_phys_t *buf;
4408 buflen * sizeof (zbookmark_phys_t));
4433 zbookmark_phys_t *zb = buf + zc.zc_nvlist_dst_size;
4436 qsort(zb, zblen, sizeof (zbookmark_phys_t), zbookmark_mem_compare);

Completed in 404 milliseconds

12