Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa.h453 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
462 BP_GET_LEVEL(bp) <= 0 && \
467 BP_GET_LEVEL(bp) <= 0 && \
471 (BP_USES_CRYPT(bp) && BP_GET_LEVEL(bp) > 0)
518 (BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))
633 (u_longlong_t)BP_GET_LEVEL(bp), \
641 (u_longlong_t)BP_GET_LEVEL(bp), \
651 (u_longlong_t)BP_GET_LEVEL(bp), \
684 (u_longlong_t)BP_GET_LEVEL(bp), \
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c197 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE) in traverse_prefetch_metadata()
297 if (BP_GET_LEVEL(bp) > 0) { in traverse_visitbp()
H A Ddsl_scan.c1909 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE && in dsl_scan_prefetch()
1957 zb.zb_level = BP_GET_LEVEL(&dnp->dn_blkptr[i]); in dsl_scan_prefetch_dnode()
1991 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_prefetch_cb()
2081 ASSERT3U(BP_GET_LEVEL(&spic->spic_bp), ==, 0); in dsl_scan_prefetch_thread()
2087 if (BP_GET_LEVEL(bp) == 1 && BP_GET_TYPE(bp) != DMU_OT_DNODE && in dsl_scan_prefetch_thread()
2183 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_recurse()
3552 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) { in dsl_scan_free_block_cb()
4605 int l = (i < 2) ? BP_GET_LEVEL(bp) : DN_MAX_LEVELS; in count_block()
H A Ddbuf.c1436 BP_SET_LSIZE(bp, BP_GET_LEVEL(dbbp) == 1 ? in dbuf_handle_indirect_hole()
1439 BP_SET_LEVEL(bp, BP_GET_LEVEL(dbbp) - 1); in dbuf_handle_indirect_hole()
3394 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_issue_final_prefetch()
3436 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel); in dbuf_prefetch_indirect_done()
3486 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_prefetch_indirect_done()
3584 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp)); in dbuf_prefetch_impl()
4663 ASSERT(BP_GET_LEVEL(bp) == db->db_level); in dbuf_write_ready()
H A Dzio.c3108 ASSERT(BP_GET_LEVEL(bp) == 0); in zio_nop_write()
3179 if (BP_GET_LEVEL(bp) > 0 || in zio_brt_free()
4285 ASSERT0(BP_GET_LEVEL(bp)); in zio_encrypt()
4312 if (BP_GET_LEVEL(bp) > 0) { in zio_encrypt()
4353 ASSERT(BP_GET_LEVEL(bp) == 0 || ot == DMU_OT_INTENT_LOG); in zio_encrypt()
H A Ddnode_sync.c159 uint64_t lvl = BP_GET_LEVEL(bp); in free_blocks()
H A Darc.c5302 if (BP_GET_LEVEL(zio->io_bp) > 0) { in arc_read_done()
5813 if (BP_GET_LEVEL(bp) > 0) in arc_read()
6434 if (BP_GET_LEVEL(bp) > 0) { in arc_write_ready()
6618 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in arc_write_done()
H A Ddmu.c1581 ASSERT(BP_GET_LEVEL(bp) == 0); in dmu_sync_ready()
H A Ddmu_objset.c1602 ASSERT0(BP_GET_LEVEL(bp)); in dmu_objset_write_ready()
H A Ddmu_send.c843 ASSERT0(BP_GET_LEVEL(bp)); in dump_object_range()
H A Dspa.c2627 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) && in spa_load_verify_done()
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h388 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
422 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c870 if (BP_GET_LEVEL(bp) != 0) { in zio_crypt_bp_zero_nonportable_blkprop()
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2549 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level); in print_indirect()
2581 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) { in visit_indirect()
5714 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()
5952 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)); in zdb_blkptr_cb()
7298 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) in zdb_ddt_add_cb()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c952 if (BP_GET_LEVEL(bp) != 0) { in zio_crypt_bp_zero_nonportable_blkprop()