Home
last modified time | relevance | path

Searched refs:BP_GET_LEVEL (Results 1 – 15 of 15) sorted by path

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h387 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
406 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1545 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level); in print_indirect()
1575 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) { in visit_indirect()
3485 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()
3662 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)); in zdb_blkptr_cb()
4865 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) in zdb_ddt_add_cb()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h219 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
244 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5441 if (BP_GET_LEVEL(zio->io_bp) > 0) { in arc_read_done()
5920 if (BP_GET_LEVEL(bp) > 0) in arc_read()
6454 if (BP_GET_LEVEL(bp) > 0) { in arc_write_ready()
6639 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in arc_write_done()
H A Ddbuf.c1162 BP_GET_LEVEL(db->db_blkptr) == 1 ? in dbuf_read_impl()
1167 BP_GET_LEVEL(db->db_blkptr) - 1); in dbuf_read_impl()
2644 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_issue_final_prefetch()
2685 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel); in dbuf_prefetch_indirect_done()
2728 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_prefetch_indirect_done()
2822 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp)); in dbuf_prefetch_impl()
3718 ASSERT(BP_GET_LEVEL(bp) == db->db_level); in dbuf_write_ready()
H A Ddmu.c1838 ASSERT(BP_GET_LEVEL(bp) == 0); in dmu_sync_ready()
H A Ddmu_send.c607 ASSERT0(BP_GET_LEVEL(bp)); in dump_object_range()
H A Ddmu_traverse.c195 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE) in traverse_prefetch_metadata()
295 if (BP_GET_LEVEL(bp) > 0) { in traverse_visitbp()
H A Ddnode_sync.c158 uint64_t lvl = BP_GET_LEVEL(bp); in free_blocks()
H A Ddsl_scan.c1516 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE && in dsl_scan_prefetch()
1564 zb.zb_level = BP_GET_LEVEL(&dnp->dn_blkptr[i]); in dsl_scan_prefetch_dnode()
1597 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_prefetch_cb()
1685 ASSERT3U(BP_GET_LEVEL(&spic->spic_bp), ==, 0); in dsl_scan_prefetch_thread()
1766 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_recurse()
3077 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) { in dsl_scan_free_block_cb()
3702 int l = (i < 2) ? BP_GET_LEVEL(bp) : DN_MAX_LEVELS; in count_block()
H A Dspa.c2105 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) && in spa_load_verify_done()
H A Dzil.c1180 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in zil_lwb_write_done()
H A Dzio.c1392 if (!DMU_OT_IS_METADATA(BP_GET_TYPE(bp)) && BP_GET_LEVEL(bp) == 0) in zio_read_bp_init()
2605 ASSERT(BP_GET_LEVEL(bp) == 0); in zio_nop_write()
3805 ASSERT0(BP_GET_LEVEL(bp)); in zio_encrypt()
3832 if (BP_GET_LEVEL(bp) > 0) { in zio_encrypt()
3873 ASSERT(BP_GET_LEVEL(bp) == 0 || ot == DMU_OT_INTENT_LOG); in zio_encrypt()
H A Dzio_crypt.c959 if (BP_GET_LEVEL(bp) != 0) { in zio_crypt_bp_zero_nonportable_blkprop()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h460 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
469 BP_GET_LEVEL(bp) == 0 && \
474 BP_GET_LEVEL(bp) == 0 && \
478 (BP_USES_CRYPT(bp) && BP_GET_LEVEL(bp) > 0)
522 (BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))
626 (u_longlong_t)BP_GET_LEVEL(bp), \
634 (u_longlong_t)BP_GET_LEVEL(bp), \
669 (u_longlong_t)BP_GET_LEVEL(bp), \