Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c62 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len) in bookmark_to_name()
74 name_to_bookmark(char *buf, zbookmark_phys_t *zb) in name_to_bookmark()
95 zbookmark_phys_t *zb = &zio->io_logical->io_bookmark; in spa_log_error()
168 zbookmark_phys_t zb; in process_error_log()
185 (*count - 1) * sizeof (zbookmark_phys_t), in process_error_log()
186 sizeof (zbookmark_phys_t)) != 0) { in process_error_log()
210 (*count - 1) * sizeof (zbookmark_phys_t), in process_error_list()
211 sizeof (zbookmark_phys_t)) != 0) in process_error_list()
H A Ddmu_traverse.c50 zbookmark_phys_t pd_resume;
58 zbookmark_phys_t *td_resume;
77 zbookmark_phys_t zb; in traverse_zil_block()
101 zbookmark_phys_t zb; in traverse_zil_record()
155 const zbookmark_phys_t *zb) in resume_skip_check()
180 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_prefetch_metadata()
214 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_visitbp()
216 zbookmark_phys_t czb; in traverse_visitbp()
428 zbookmark_phys_t czb; in prefetch_dnode_metadata()
446 zbookmark_phys_t czb; in traverse_dnode()
[all …]
H A Ddsl_scan.c54 const zbookmark_phys_t *);
354 static void dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb,
395 dsl_scan_check_pause(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_scan_check_pause()
466 zbookmark_phys_t zb; in dsl_scan_zil_block()
498 zbookmark_phys_t zb; in dsl_scan_zil_record()
548 zbookmark_phys_t czb; in dsl_scan_prefetch()
567 const zbookmark_phys_t *zb) in dsl_scan_check_resume()
608 const zbookmark_phys_t *zb, dmu_tx_t *tx) in dsl_scan_recurse()
632 zbookmark_phys_t czb; in dsl_scan_recurse()
712 zbookmark_phys_t czb; in dsl_scan_visitdnode()
[all …]
H A Ddmu_diff.c110 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
H A Dzio.c501 vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, in zio_create()
692 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_read()
712 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_write()
750 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) in zio_rewrite()
3359 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) in zbookmark_compare()
3426 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed()
3428 zbookmark_phys_t mod_zb = *subtree_root; in zbookmark_subtree_completed()
H A Dbptree.c152 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
H A Dzio_inject.c67 zio_match_handler(zbookmark_phys_t *zb, uint64_t type, in zio_match_handler()
H A Ddmu_send.c78 zbookmark_phys_t resume;
84 zbookmark_phys_t zb;
485 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in send_cb()
553 const zbookmark_phys_t *zb = &data->zb; in do_dump()
1090 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
H A Ddbuf.c639 zbookmark_phys_t zb; in dbuf_read_impl()
1986 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
2046 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done()
2165 zbookmark_phys_t zb; in dbuf_prefetch()
3092 zbookmark_phys_t zb; in dbuf_write()
H A Dzil.c186 zbookmark_phys_t zb; in zil_read_log_block()
262 zbookmark_phys_t zb; in zil_read_log_data()
878 zbookmark_phys_t zb; in zil_lwb_write_init()
H A Ddmu.c1482 zio_prop_t *zp, zbookmark_phys_t *zb) in dmu_sync_late_arrival()
1543 zbookmark_phys_t zb; in dmu_sync()
H A Ddmu_objset.c312 zbookmark_phys_t zb; in dmu_objset_open_impl()
1122 zbookmark_phys_t zb; in dmu_objset_sync()
H A Ddsl_destroy.c552 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
H A Darc.c945 zbookmark_phys_t l2rcb_zb; /* original bookmark */
4336 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read()
4538 uint64_t, size, zbookmark_phys_t *, zb); in arc_read()
5067 int zio_flags, const zbookmark_phys_t *zb) in arc_write()
H A Dzvol.c253 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
H A Dspa.c810 sizeof (zbookmark_phys_t)); in spa_error_entry_compare()
1879 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
/titanic_44/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 Dzio.h276 } zbookmark_phys_t; typedef
390 zbookmark_phys_t io_bookmark;
470 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
476 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
480 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb);
601 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
603 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
H A Darc.h138 arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
143 int zio_flags, const zbookmark_phys_t *zb);
H A Dbptree.h46 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
H A Ddsl_scan.h65 zbookmark_phys_t scn_bookmark;
H A Dspa_impl.h50 zbookmark_phys_t se_bookmark;
/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c125 zbookmark_phys_t zb; in zil_prt_rec_write()
H A Dzdb.c1143 const zbookmark_phys_t *zb) in blkid2offset()
1207 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb, in print_indirect()
1236 blkptr_t *bp, const zbookmark_phys_t *zb) in visit_indirect()
1262 zbookmark_phys_t czb; in visit_indirect()
1286 zbookmark_phys_t czb; in dump_indirect()
2418 zbookmark_phys_t *zb = &zio->io_bookmark; in zdb_blkptr_done()
2452 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb()
2960 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3397 return (memcmp(a, b, sizeof (zbookmark_phys_t))); in zbookmark_mem_compare()
3409 zbookmark_phys_t *zb = NULL; in zpool_get_errlog()
3422 count * sizeof (zbookmark_phys_t))) == (uintptr_t)NULL) in zpool_get_errlog()
3435 sizeof (zbookmark_phys_t)); in zpool_get_errlog()
3454 zb = ((zbookmark_phys_t *)(uintptr_t)zc.zc_nvlist_dst) + in zpool_get_errlog()
3458 qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare); in zpool_get_errlog()