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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_traverse.h43 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg);
58 zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg);
60 uint64_t txg_start, zbookmark_phys_t *resume, int flags,
H A Dbptree.h46 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
H A Dzio.h260 } zbookmark_phys_t; typedef in typeref:struct:zbookmark_phys
379 zbookmark_phys_t io_bookmark;
468 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
475 const zbookmark_phys_t *zb);
479 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb);
606 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
608 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
H A Darc.h184 arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
190 const zbookmark_phys_t *zb);
H A Ddsl_scan.h65 zbookmark_phys_t scn_bookmark;
H A Dspa_impl.h51 zbookmark_phys_t se_bookmark;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c62 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len)
74 name_to_bookmark(char *buf, zbookmark_phys_t *zb)
95 zbookmark_phys_t *zb = &zio->io_logical->io_bookmark;
168 zbookmark_phys_t zb;
185 (*count - 1) * sizeof (zbookmark_phys_t),
186 sizeof (zbookmark_phys_t)) != 0) {
210 (*count - 1) * sizeof (zbookmark_phys_t),
211 sizeof (zbookmark_phys_t)) != 0)
H A Ddmu_traverse.c51 zbookmark_phys_t pd_resume;
59 zbookmark_phys_t *td_resume;
78 zbookmark_phys_t zb;
102 zbookmark_phys_t zb;
156 const zbookmark_phys_t *zb)
181 const blkptr_t *bp, const zbookmark_phys_t *zb)
215 const blkptr_t *bp, const zbookmark_phys_t *zb)
217 zbookmark_phys_t czb;
431 zbookmark_phys_t czb;
449 zbookmark_phys_t cz
[all...]
H A Ddsl_scan.c55 const zbookmark_phys_t *);
368 static void dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb,
409 dsl_scan_check_pause(dsl_scan_t *scn, const zbookmark_phys_t *zb)
480 zbookmark_phys_t zb;
512 zbookmark_phys_t zb;
562 zbookmark_phys_t czb;
581 const zbookmark_phys_t *zb)
622 const zbookmark_phys_t *zb, dmu_tx_t *tx)
646 zbookmark_phys_t czb;
726 zbookmark_phys_t cz
[all...]
H A Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddmu_diff.c110 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Dzio_inject.c105 zio_match_handler(zbookmark_phys_t *zb, uint64_t type,
H A Dzio.c524 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline)
720 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb)
741 const zbookmark_phys_t *zb)
780 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb)
3795 * Compare two zbookmark_phys_t's to see which we would reach first in a
3819 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2)
3886 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block)
3888 zbookmark_phys_t mod_z
[all...]
H A Dzil.c187 zbookmark_phys_t zb;
263 zbookmark_phys_t zb;
900 zbookmark_phys_t zb;
H A Ddbuf.c938 zbookmark_phys_t zb;
2311 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
2399 zbookmark_phys_t zb;
2523 zbookmark_phys_t zb;
3513 zbookmark_phys_t zb;
H A Ddmu_send.c82 zbookmark_phys_t resume;
88 zbookmark_phys_t zb;
523 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg)
591 const zbookmark_phys_t *zb = &data->zb;
1191 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddmu.c1554 zio_prop_t *zp, zbookmark_phys_t *zb)
1616 zbookmark_phys_t zb;
H A Ddmu_objset.c320 zbookmark_phys_t zb;
1108 zbookmark_phys_t zb;
H A Ddsl_destroy.c555 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Darc.c1081 zbookmark_phys_t l2rcb_zb; /* original bookmark */
4718 arc_flags_t *arc_flags, const zbookmark_phys_t *zb)
4960 uint64_t, lsize, zbookmark_phys_t *, zb);
5518 int zio_flags, const zbookmark_phys_t *zb)
H A Dzvol.c259 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Dspa.c808 sizeof (zbookmark_phys_t));
1905 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c125 zbookmark_phys_t zb;
H A Dzdb.c1154 const zbookmark_phys_t *zb)
1218 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb,
1247 blkptr_t *bp, const zbookmark_phys_t *zb)
1273 zbookmark_phys_t czb;
1297 zbookmark_phys_t czb;
2394 zbookmark_phys_t *zb = &zio->io_bookmark;
2428 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
2937 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3459 return (memcmp(a, b, sizeof (zbookmark_phys_t)));
3471 zbookmark_phys_t *zb = NULL;
3484 count * sizeof (zbookmark_phys_t))) == (uintptr_t)NULL)
3497 sizeof (zbookmark_phys_t));
3516 zb = ((zbookmark_phys_t *)(uintptr_t)zc.zc_nvlist_dst) +
3520 qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare);

Completed in 3807 milliseconds