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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h410 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
439 ((BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) ? \
551 (u_longlong_t)BP_GET_LEVEL(bp), \
559 (u_longlong_t)BP_GET_LEVEL(bp), \
586 (u_longlong_t)BP_GET_LEVEL(bp), \
612 (((BP_GET_LEVEL(bp) > 0) || (DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))) ? \
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c597 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE))
600 SET_BOOKMARK(&czb, objset, object, BP_GET_LEVEL(bp), blkid);
656 if (BP_GET_LEVEL(bp) > 0) {
1394 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) {
1686 int l = (i < 2) ? BP_GET_LEVEL(bp) : DN_MAX_LEVELS;
H A Ddmu_traverse.c196 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE)
292 if (BP_GET_LEVEL(bp) > 0) {
H A Ddbuf.c2021 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp));
2042 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel);
2063 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp));
2154 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp));
2892 ASSERT(BP_GET_LEVEL(bp) == db->db_level);
H A Ddnode_sync.c144 uint64_t lvl = BP_GET_LEVEL(bp);
H A Darc.c4134 arc_byteswap_func_t *func = BP_GET_LEVEL(zio->io_bp) > 0 ?
4426 if (BP_GET_LEVEL(bp) > 0)
5022 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0);
H A Ddmu.c1466 ASSERT(BP_GET_LEVEL(bp) == 0);
H A Ddmu_objset.c1047 ASSERT0(BP_GET_LEVEL(bp));
H A Dzil.c856 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0);
H A Dzio.c1152 if (!DMU_OT_IS_METADATA(BP_GET_TYPE(bp)) && BP_GET_LEVEL(bp) == 0)
2101 ASSERT(BP_GET_LEVEL(bp) == 0);
H A Dspa.c1904 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) &&
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h365 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
384 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1233 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level);
1263 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) {
2316 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL;
2464 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type));
2945 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))

Completed in 203 milliseconds