/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_errlog.c | 62 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len) argument 65 (u_longlong_t)zb->zb_objset, (u_longlong_t)zb->zb_object, 66 (u_longlong_t)zb->zb_level, (u_longlong_t)zb->zb_blkid); 74 name_to_bookmark(char *buf, zbookmark_phys_t *zb) argument 76 zb->zb_objset = strtonum(buf, &buf); 78 zb->zb_object = strtonum(buf + 1, &buf); 80 zb->zb_level = (int)strtonum(buf + 1, &buf); 82 zb 95 zbookmark_phys_t *zb = &zio->io_logical->io_bookmark; local 168 zbookmark_phys_t zb; local [all...] |
H A D | bptree.c | 153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) 152 bptree_visit_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument
|
H A D | dmu_diff.c | 110 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) 118 if (bp == NULL || zb->zb_object != DMU_META_DNODE_OBJECT) 122 uint64_t span = DBP_SPAN(dnp, zb->zb_level); 123 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; 129 } else if (zb->zb_level == 0) { 138 &aflags, zb) != 0) 143 uint64_t dnobj = (zb->zb_blkid << 109 diff_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument
|
H A D | zio_inject.c | 105 zio_match_handler(zbookmark_phys_t *zb, uint64_t type, argument 111 if (zb->zb_objset == DMU_META_OBJSET && 125 if (zb->zb_objset == record->zi_objset && 126 zb->zb_object == record->zi_object && 127 zb->zb_level == record->zi_level && 128 zb->zb_blkid >= record->zi_start && 129 zb->zb_blkid <= record->zi_end &&
|
H A D | dmu_traverse.c | 78 zbookmark_phys_t zb; local 86 SET_BOOKMARK(&zb, td->td_objset, ZB_ZIL_OBJECT, ZB_ZIL_LEVEL, 89 (void) td->td_func(td->td_spa, zilog, bp, &zb, NULL, td->td_arg); 102 zbookmark_phys_t zb; local 110 SET_BOOKMARK(&zb, td->td_objset, lr->lr_foid, 113 (void) td->td_func(td->td_spa, zilog, bp, &zb, NULL, 148 * the block indicated by zb does not need to be visited at all. Returns 156 const zbookmark_phys_t *zb) 163 if (zbookmark_subtree_completed(dnp, zb, td->td_resume)) 170 if (bcmp(zb, t 155 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp, const zbookmark_phys_t *zb) argument 180 traverse_prefetch_metadata(traverse_data_t *td, const blkptr_t *bp, const zbookmark_phys_t *zb) argument 214 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, const blkptr_t *bp, const zbookmark_phys_t *zb) argument 493 traverse_prefetcher(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument [all...] |
H A D | dsl_destroy.c | 555 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) 563 if (zb->zb_level == ZB_ZIL_LEVEL) { 554 kill_blkptr(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument
|
H A D | dsl_scan.c | 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) argument 412 if (zb && (int64_t)zb->zb_object < 0) 422 if (zb && zb->zb_level != 0) 448 if (zb) { 450 (longlong_t)zb->zb_objset, 451 (longlong_t)zb->zb_object, 452 (longlong_t)zb 480 zbookmark_phys_t zb; local 512 zbookmark_phys_t zb; local 580 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, const zbookmark_phys_t *zb) argument 620 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, dnode_phys_t *dnp, const blkptr_t *bp, const zbookmark_phys_t *zb, dmu_tx_t *tx) argument 748 dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb, dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype, dmu_tx_t *tx) argument 808 zbookmark_phys_t zb; local 1287 zbookmark_phys_t zb = { 0 }; local 1723 zfs_blkstat_t *zb = &zab->zab_type[l][t]; local 1773 dsl_scan_scrub_cb(dsl_pool_t *dp, const blkptr_t *bp, const zbookmark_phys_t *zb) argument [all...] |
H A D | dbuf.c | 938 zbookmark_phys_t zb; local 1014 SET_BOOKMARK(&zb, db->db_objset->os_dsl_dataset ? 1023 &aflags, &zb); 2399 zbookmark_phys_t zb; local 2403 SET_BOOKMARK(&zb, dpa->dpa_zb.zb_objset, 2409 &iter_aflags, &zb); 2523 zbookmark_phys_t zb; local 2525 SET_BOOKMARK(&zb, ds != NULL ? ds->ds_object : DMU_META_OBJSET, 2530 &iter_aflags, &zb); 3513 zbookmark_phys_t zb; local [all...] |
H A D | dmu.c | 1554 zio_prop_t *zp, zbookmark_phys_t *zb) 1577 ZIO_FLAG_CANFAIL, zb)); 1616 zbookmark_phys_t zb; local 1623 SET_BOOKMARK(&zb, ds->ds_object, 1636 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb)); 1660 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb)); 1731 ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, &zb)); 1553 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, zio_prop_t *zp, zbookmark_phys_t *zb) argument
|
H A D | dmu_objset.c | 320 zbookmark_phys_t zb; local 321 SET_BOOKMARK(&zb, ds ? ds->ds_object : DMU_META_OBJSET, 330 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &aflags, &zb); 1108 zbookmark_phys_t zb; local 1135 SET_BOOKMARK(&zb, os->os_dsl_dataset ? 1145 os, ZIO_PRIORITY_ASYNC_WRITE, ZIO_FLAG_MUSTSUCCEED, &zb);
|
H A D | zil.c | 187 zbookmark_phys_t zb; local 196 SET_BOOKMARK(&zb, bp->blk_cksum.zc_word[ZIL_ZC_OBJSET], 200 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); 263 zbookmark_phys_t zb; local 275 SET_BOOKMARK(&zb, dmu_objset_id(zilog->zl_os), lr->lr_foid, 279 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); 900 zbookmark_phys_t zb; local 902 SET_BOOKMARK(&zb, lwb->lwb_blk.blk_cksum.zc_word[ZIL_ZC_OBJSET], 914 ZIO_FLAG_CANFAIL | ZIO_FLAG_DONT_PROPAGATE, &zb);
|
H A D | zvol.c | 259 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) 266 zb->zb_object != ZVOL_OBJ || zb->zb_level != 0) 271 VERIFY3U(ma->ma_blks, ==, zb->zb_blkid); 258 zvol_map_block(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument
|
H A D | dmu_send.c | 88 zbookmark_phys_t zb; member in struct:send_block_record 523 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) 530 ASSERT(zb->zb_object == DMU_META_DNODE_OBJECT || 531 zb->zb_object >= sta->resume.zb_object); 537 ASSERT3U(zb->zb_level, ==, ZB_DNODE_LEVEL); 539 } else if (zb->zb_level < 0) { 546 record->zb = *zb; 591 const zbookmark_phys_t *zb = &data->zb; local 522 send_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) argument 979 zfs_bookmark_phys_t zb; local 1040 zfs_bookmark_phys_t zb; local 1190 dmu_calculate_send_traversal(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument [all...] |
H A D | zio.c | 524 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) 591 if (zb != NULL) 592 zio->io_bookmark = *zb; 720 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) 728 ZIO_TYPE_READ, priority, flags, NULL, 0, zb, 741 const zbookmark_phys_t *zb) 755 ZIO_TYPE_WRITE, priority, flags, NULL, 0, zb, 780 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) 785 ZIO_TYPE_WRITE, priority, flags | ZIO_FLAG_IO_REWRITE, NULL, 0, zb, 520 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, void *data, uint64_t lsize, uint64_t psize, zio_done_func_t *done, void *private, zio_type_t type, zio_priority_t priority, enum zio_flag flags, vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument 718 zio_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, void *data, uint64_t size, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) argument 736 zio_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, void *data, uint64_t lsize, uint64_t psize, const zio_prop_t *zp, zio_done_func_t *ready, zio_done_func_t *children_ready, zio_done_func_t *physdone, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) argument 778 zio_rewrite(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, void *data, uint64_t size, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) argument
|
H A D | spa.c | 1905 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) 1932 ZIO_FLAG_SCRUB | ZIO_FLAG_RAW, zb)); 1904 spa_load_verify_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument
|
H A D | arc.c | 4718 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) 4960 uint64_t, lsize, zbookmark_phys_t *, zb); 4988 cb->l2rcb_zb = *zb; 5044 arc_read_done, hdr, priority, zio_flags, zb); 5518 int zio_flags, const zbookmark_phys_t *zb) 5571 priority, zio_flags, zb); 4716 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) argument 5514 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, const zio_prop_t *zp, arc_done_func_t *ready, arc_done_func_t *children_ready, arc_done_func_t *physdone, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, const zbookmark_phys_t *zb) argument
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 125 zbookmark_phys_t zb; local 156 SET_BOOKMARK(&zb, dmu_objset_id(zilog->zl_os), 162 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &zb));
|
H A D | zdb.c | 1154 const zbookmark_phys_t *zb) 1157 ASSERT(zb->zb_level < 0); 1158 if (zb->zb_object == 0) 1159 return (zb->zb_blkid); 1160 return (zb->zb_blkid * BP_GET_LSIZE(bp)); 1163 ASSERT(zb->zb_level >= 0); 1165 return ((zb->zb_blkid << 1166 (zb->zb_level * (dnp->dn_indblkshift - SPA_BLKPTRSHIFT))) * 1218 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb, argument 1226 ASSERT3U(BP_GET_LEVEL(bp), ==, zb 1153 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, const zbookmark_phys_t *zb) argument 1246 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, blkptr_t *bp, const zbookmark_phys_t *zb) argument 2314 zdb_blkstats_t *zb = &zcb->zcb_type[l][t]; local 2394 zbookmark_phys_t *zb = &zio->io_bookmark; local 2427 zdb_blkptr_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument 2689 zdb_blkstats_t *zb, *tzb; local 2936 zdb_ddt_add_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) argument [all...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 217 zfs_handle_t **zb = (zfs_handle_t **)b; local 223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb,
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 1085 uint_t zb; local 1087 zb = (uint_t)((NINDIR(fs) - (last + 1)) * sizeof (daddr32_t)); 1089 if (zb) { 1100 bzero((caddr_t)&bap[last + 1], zb); 1104 zb, bp, DT_ABZERO);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 1102 zfs_handle_t **zb = (zfs_handle_t **)b; local 1110 if ((gotb = (zfs_get_type(*zb) == ZFS_TYPE_FILESYSTEM)) != 0) 1111 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb,
|
H A D | libzfs_pool.c | 3471 zbookmark_phys_t *zb = NULL; local 3516 zb = ((zbookmark_phys_t *)(uintptr_t)zc.zc_nvlist_dst) + 3520 qsort(zb, count, sizeof (zbookmark_phys_t), zbookmark_mem_compare); 3531 if (i > 0 && zb[i-1].zb_objset == zb[i].zb_objset && 3532 zb[i-1].zb_object == zb[i].zb_object) 3538 zb[i].zb_objset) != 0) { 3543 zb[i].zb_object) != 0) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 1359 char zb = '\0'; local 1361 error = nfswrite(vp, &zb, 1362 vap->va_size - sizeof (zb), 1363 sizeof (zb), cr);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 2735 zfs_blkstat_t *zb = &stats.zab_type[level][t]; local 2737 if (zb->zb_asize == 0) 2750 if (level == 0 && zb->zb_asize == 2754 mdb_nicenum(zb->zb_count, csize); 2755 mdb_nicenum(zb->zb_lsize, lsize); 2756 mdb_nicenum(zb->zb_psize, psize); 2757 mdb_nicenum(zb->zb_asize, asize); 2758 mdb_nicenum(zb->zb_asize / zb->zb_count, avg); 2760 zb [all...] |
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 322 uint32_t zb :1; member in struct:hermon_hw_querydevlim_s 534 uint32_t zb :1; member in struct:hermon_hw_querydevlim_s
|