Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h386 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
415 ((BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) ? \
529 (u_longlong_t)BP_GET_LEVEL(bp), \
537 (u_longlong_t)BP_GET_LEVEL(bp), \
564 (u_longlong_t)BP_GET_LEVEL(bp), \
590 (((BP_GET_LEVEL(bp) > 0) || (DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))) ? \
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h214 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
239 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c555 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE)) in dsl_scan_prefetch()
558 SET_BOOKMARK(&czb, objset, object, BP_GET_LEVEL(bp), blkid); in dsl_scan_prefetch()
614 if (BP_GET_LEVEL(bp) > 0) { in dsl_scan_recurse()
1398 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) { in dsl_scan_free_block_cb()
1689 int l = (i < 2) ? BP_GET_LEVEL(bp) : DN_MAX_LEVELS; in count_block()
H A Ddmu_traverse.c195 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE) in traverse_prefetch_metadata()
290 if (BP_GET_LEVEL(bp) > 0) { in traverse_visitbp()
H A Ddbuf.c2006 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_issue_final_prefetch()
2027 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel); in dbuf_prefetch_indirect_done()
2048 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp)); in dbuf_prefetch_indirect_done()
2136 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp)); in dbuf_prefetch()
2870 ASSERT(BP_GET_LEVEL(bp) == db->db_level); in dbuf_write_ready()
H A Ddnode_sync.c144 uint64_t lvl = BP_GET_LEVEL(bp); in free_blocks()
H A Dzio.c1071 if (!DMU_OT_IS_METADATA(BP_GET_TYPE(bp)) && BP_GET_LEVEL(bp) == 0) in zio_read_bp_init()
2005 ASSERT(BP_GET_LEVEL(bp) == 0); in zio_nop_write()
H A Ddmu.c1389 ASSERT(BP_GET_LEVEL(bp) == 0); in dmu_sync_ready()
H A Ddmu_objset.c1085 ASSERT0(BP_GET_LEVEL(bp)); in dmu_objset_write_ready()
H A Darc.c4224 arc_byteswap_func_t *func = BP_GET_LEVEL(zio->io_bp) > 0 ? in arc_read_done()
4465 if (BP_GET_LEVEL(bp) > 0) in arc_read()
5044 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in arc_write_done()
H A Dzil.c844 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0); in zil_lwb_write_done()
H A Dspa.c1854 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) && in spa_load_verify_done()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1215 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level); in print_indirect()
1245 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) { in visit_indirect()
2335 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()
2481 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)); in zdb_blkptr_cb()
2978 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) in zdb_ddt_add_cb()