Home
last modified time | relevance | path

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

/titanic_50/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()
429 zbookmark_phys_t czb; in prefetch_dnode_metadata()
447 zbookmark_phys_t czb; in traverse_dnode()
[all …]
H A Ddsl_scan.c55 const zbookmark_phys_t *);
360 static void dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb,
401 dsl_scan_check_pause(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_scan_check_pause()
472 zbookmark_phys_t zb; in dsl_scan_zil_block()
504 zbookmark_phys_t zb; in dsl_scan_zil_record()
554 zbookmark_phys_t czb; in dsl_scan_prefetch()
573 const zbookmark_phys_t *zb) in dsl_scan_check_resume()
614 const zbookmark_phys_t *zb, dmu_tx_t *tx) in dsl_scan_recurse()
638 zbookmark_phys_t czb; in dsl_scan_recurse()
718 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.c502 vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, in zio_create()
693 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_read()
713 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_write()
751 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) in zio_rewrite()
3427 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) in zbookmark_compare()
3494 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed()
3496 zbookmark_phys_t mod_zb = *subtree_root; in zbookmark_subtree_completed()
H A Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
H A Dzio_inject.c105 zio_match_handler(zbookmark_phys_t *zb, uint64_t type, in zio_match_handler()
H A Ddmu_send.c82 zbookmark_phys_t resume;
88 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()
1091 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
H A Dzil.c187 zbookmark_phys_t zb; in zil_read_log_block()
263 zbookmark_phys_t zb; in zil_read_log_data()
879 zbookmark_phys_t zb; in zil_lwb_write_init()
H A Ddbuf.c640 zbookmark_phys_t zb; in dbuf_read_impl()
2022 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
2082 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done()
2204 zbookmark_phys_t zb; in dbuf_prefetch()
3131 zbookmark_phys_t zb; in dbuf_write()
H A Ddmu.c1490 zio_prop_t *zp, zbookmark_phys_t *zb) in dmu_sync_late_arrival()
1551 zbookmark_phys_t zb; in dmu_sync()
H A Ddmu_objset.c313 zbookmark_phys_t zb; in dmu_objset_open_impl()
1091 zbookmark_phys_t zb; in dmu_objset_sync()
H A Ddsl_destroy.c553 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
H A Darc.c949 zbookmark_phys_t l2rcb_zb; /* original bookmark */
4340 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read()
4593 uint64_t, size, zbookmark_phys_t *, zb); in arc_read()
5127 int zio_flags, const zbookmark_phys_t *zb) in arc_write()
H A Dzvol.c254 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
H A Dspa.c811 sizeof (zbookmark_phys_t)); in spa_error_entry_compare()
1880 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
/titanic_50/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.h279 } zbookmark_phys_t; typedef
393 zbookmark_phys_t io_bookmark;
474 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
480 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
484 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb);
607 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
609 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
H A Darc.h141 arc_flags_t *arc_flags, const zbookmark_phys_t *zb);
146 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.h51 zbookmark_phys_t se_bookmark;
/titanic_50/usr/src/cmd/zdb/
H A Dzdb_il.c125 zbookmark_phys_t zb; in zil_prt_rec_write()
H A Dzdb.c1146 const zbookmark_phys_t *zb) in blkid2offset()
1210 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb, in print_indirect()
1239 blkptr_t *bp, const zbookmark_phys_t *zb) in visit_indirect()
1265 zbookmark_phys_t czb; in visit_indirect()
1289 zbookmark_phys_t czb; in dump_indirect()
2421 zbookmark_phys_t *zb = &zio->io_bookmark; in zdb_blkptr_done()
2455 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb()
2963 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3413 return (memcmp(a, b, sizeof (zbookmark_phys_t))); in zbookmark_mem_compare()
3425 zbookmark_phys_t *zb = NULL; in zpool_get_errlog()
3438 count * sizeof (zbookmark_phys_t))) == (uintptr_t)NULL) in zpool_get_errlog()
3451 sizeof (zbookmark_phys_t)); in zpool_get_errlog()
3470 zb = ((zbookmark_phys_t *)(uintptr_t)zc.zc_nvlist_dst) + in zpool_get_errlog()
3474 qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare); in zpool_get_errlog()