| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_traverse.c | 51 zbookmark_phys_t pd_resume; 59 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() 408 zbookmark_phys_t czb; in prefetch_dnode_metadata() 426 zbookmark_phys_t czb; in traverse_dnode() [all …]
|
| HD | spa_errlog.c | 62 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()
|
| HD | dsl_scan.c | 54 const zbookmark_phys_t *); 386 static void dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb, 428 dsl_scan_check_pause(dsl_scan_t *scn, const zbookmark_phys_t *zb) in dsl_scan_check_pause() 499 zbookmark_phys_t zb; in dsl_scan_zil_block() 531 zbookmark_phys_t zb; in dsl_scan_zil_record() 581 zbookmark_phys_t czb; in dsl_scan_prefetch() 600 const zbookmark_phys_t *zb) in dsl_scan_check_resume() 641 const zbookmark_phys_t *zb, dmu_tx_t *tx) in dsl_scan_recurse() 665 zbookmark_phys_t czb; in dsl_scan_recurse() 745 zbookmark_phys_t czb; in dsl_scan_visitdnode() [all …]
|
| HD | dmu_diff.c | 133 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
|
| HD | zio.c | 557 vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, in zio_create() 748 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_read() 768 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_write() 806 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) in zio_rewrite() 3508 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) in zbookmark_compare() 3575 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed() 3577 zbookmark_phys_t mod_zb = *subtree_root; in zbookmark_subtree_completed()
|
| HD | bptree.c | 152 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
|
| HD | zio_inject.c | 67 zio_match_handler(zbookmark_phys_t *zb, uint64_t type, in zio_match_handler()
|
| HD | dmu_send.c | 84 zbookmark_phys_t resume; 90 zbookmark_phys_t zb; 507 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in send_cb() 576 const zbookmark_phys_t *zb = &data->zb; in do_dump() 1126 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
|
| HD | zil.c | 195 zbookmark_phys_t zb; in zil_read_log_block() 271 zbookmark_phys_t zb; in zil_read_log_data() 887 zbookmark_phys_t zb; in zil_lwb_write_init()
|
| HD | dbuf.c | 624 zbookmark_phys_t zb; in dbuf_read_impl() 2006 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */ 2066 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done() 2188 zbookmark_phys_t zb; in dbuf_prefetch() 3119 zbookmark_phys_t zb; in dbuf_write()
|
| HD | dmu_objset.c | 312 zbookmark_phys_t zb; in dmu_objset_open_impl() 1084 zbookmark_phys_t zb; in dmu_objset_sync()
|
| HD | dmu.c | 1559 zio_prop_t *zp, zbookmark_phys_t *zb) in dmu_sync_late_arrival() 1620 zbookmark_phys_t zb; in dmu_sync()
|
| HD | dsl_destroy.c | 552 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
|
| HD | arc.c | 1097 zbookmark_phys_t l2rcb_zb; /* original bookmark */ 4245 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read() 4500 uint64_t, size, zbookmark_phys_t *, zb); in arc_read() 5042 int zio_flags, const zbookmark_phys_t *zb) in arc_write()
|
| HD | spa.c | 833 sizeof (zbookmark_phys_t)); in spa_error_entry_compare() 1946 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
|
| HD | zvol.c | 355 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dmu_traverse.h | 43 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,
|
| HD | zio.h | 271 } zbookmark_phys_t; typedef 418 zbookmark_phys_t io_bookmark; 501 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb); 507 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb); 511 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb); 635 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block); 637 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);
|
| HD | arc.h | 141 arc_flags_t *arc_flags, const zbookmark_phys_t *zb); 146 int zio_flags, const zbookmark_phys_t *zb);
|
| HD | bptree.h | 46 zbookmark_phys_t be_zb; /* holds traversal resume point if needed */
|
| HD | dsl_scan.h | 65 zbookmark_phys_t scn_bookmark;
|
| HD | spa_impl.h | 52 zbookmark_phys_t se_bookmark;
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 1161 const zbookmark_phys_t *zb) in blkid2offset() 1225 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb, in print_indirect() 1254 blkptr_t *bp, const zbookmark_phys_t *zb) in visit_indirect() 1280 zbookmark_phys_t czb; in visit_indirect() 1304 zbookmark_phys_t czb; in dump_indirect() 2399 zbookmark_phys_t *zb = &zio->io_bookmark; in zdb_blkptr_done() 2434 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb() 2926 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
|
| HD | zdb_il.c | 125 zbookmark_phys_t zb; in zil_prt_rec_write()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 3484 return (memcmp(a, b, sizeof (zbookmark_phys_t))); 3496 zbookmark_phys_t *zb = NULL; 3509 count * sizeof (zbookmark_phys_t))) == (uintptr_t)NULL) 3522 sizeof (zbookmark_phys_t)); 3541 zb = ((zbookmark_phys_t *)(uintptr_t)zc.zc_nvlist_dst) + 3545 qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare);
|