Searched refs:BP_GET_LEVEL (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 467 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro 476 BP_GET_LEVEL(bp) <= 0 && \ 481 BP_GET_LEVEL(bp) <= 0 && \ 485 (BP_USES_CRYPT(bp) && BP_GET_LEVEL(bp) > 0) 532 (BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) 647 (u_longlong_t)BP_GET_LEVEL(bp), \ 655 (u_longlong_t)BP_GET_LEVEL(bp), \ 665 (u_longlong_t)BP_GET_LEVEL(bp), \ 697 (u_longlong_t)BP_GET_LEVEL(bp), \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 197 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE) in traverse_prefetch_metadata() 296 if (BP_GET_LEVEL(bp) > 0) { in traverse_visitbp()
|
| H A D | dsl_scan.c | 1570 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE && in dsl_scan_prefetch() 1618 zb.zb_level = BP_GET_LEVEL(&dnp->dn_blkptr[i]); in dsl_scan_prefetch_dnode() 1651 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_prefetch_cb() 1737 ASSERT3U(BP_GET_LEVEL(&spic->spic_bp), ==, 0); in dsl_scan_prefetch_thread() 1820 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_recurse() 3179 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) { in dsl_scan_free_block_cb() 3815 int l = (i < 2) ? BP_GET_LEVEL(bp) : DN_MAX_LEVELS; in count_block()
|
| H A D | dbuf.c | 1331 BP_SET_LSIZE(bp, BP_GET_LEVEL(db->db_blkptr) == 1 ? in dbuf_handle_indirect_hole() 1334 BP_SET_LEVEL(bp, BP_GET_LEVEL(db->db_blkptr) - 1); in dbuf_handle_indirect_hole() 3116 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_issue_final_prefetch() 3156 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel); in dbuf_prefetch_indirect_done() 3203 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_prefetch_indirect_done() 3300 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp)); in dbuf_prefetch_impl() 4384 ASSERT(BP_GET_LEVEL(bp) == db->db_level); in dbuf_write_ready()
|
| H A D | zio.c | 1578 if (!DMU_OT_IS_METADATA(BP_GET_TYPE(bp)) && BP_GET_LEVEL(bp) == 0) in zio_read_bp_init() 2959 ASSERT(BP_GET_LEVEL(bp) == 0); in zio_nop_write() 4089 ASSERT0(BP_GET_LEVEL(bp)); in zio_encrypt() 4116 if (BP_GET_LEVEL(bp) > 0) { in zio_encrypt() 4157 ASSERT(BP_GET_LEVEL(bp) == 0 || ot == DMU_OT_INTENT_LOG); in zio_encrypt()
|
| H A D | dnode_sync.c | 158 uint64_t lvl = BP_GET_LEVEL(bp); in free_blocks()
|
| H A D | arc.c | 5716 if (BP_GET_LEVEL(zio->io_bp) > 0) { in arc_read_done() 6240 if (BP_GET_LEVEL(bp) > 0) in arc_read() 6843 if (BP_GET_LEVEL(bp) > 0) { in arc_write_ready() 7031 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in arc_write_done()
|
| H A D | dmu.c | 1508 ASSERT(BP_GET_LEVEL(bp) == 0); in dmu_sync_ready()
|
| H A D | dmu_objset.c | 1542 ASSERT0(BP_GET_LEVEL(bp)); in dmu_objset_write_ready()
|
| H A D | zil.c | 1227 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in zil_lwb_write_done()
|
| H A D | dmu_send.c | 829 ASSERT0(BP_GET_LEVEL(bp)); in dump_object_range()
|
| H A D | spa.c | 2198 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) && in spa_load_verify_done()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2292 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level); in print_indirect() 2324 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) { in visit_indirect() 5072 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block() 5271 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)); in zdb_blkptr_cb() 6529 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) in zdb_ddt_add_cb()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 881 if (BP_GET_LEVEL(bp) != 0) { in zio_crypt_bp_zero_nonportable_blkprop()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 946 if (BP_GET_LEVEL(bp) != 0) { in zio_crypt_bp_zero_nonportable_blkprop()
|