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

/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/sys/
H A Dspa.h399 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
428 ((BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp))) ? \
540 (u_longlong_t)BP_GET_LEVEL(bp), \
548 (u_longlong_t)BP_GET_LEVEL(bp), \
575 (u_longlong_t)BP_GET_LEVEL(bp), \
601 (((BP_GET_LEVEL(bp) > 0) || (DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))) ? \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c569 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE))
572 SET_BOOKMARK(&czb, objset, object, BP_GET_LEVEL(bp), blkid);
628 if (BP_GET_LEVEL(bp) > 0) {
1414 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) {
1719 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)
293 if (BP_GET_LEVEL(bp) > 0) {
H A Ddbuf.c991 BP_GET_LEVEL(db->db_blkptr) == 1 ?
996 BP_GET_LEVEL(db->db_blkptr) - 1);
2332 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp));
2365 ASSERT3S(BP_GET_LEVEL(zio->io_bp), ==, dpa->dpa_curlevel);
2401 ASSERT3U(dpa->dpa_curlevel, ==, BP_GET_LEVEL(bp));
2493 ASSERT3U(curlevel, ==, BP_GET_LEVEL(&bp));
3247 ASSERT(BP_GET_LEVEL(bp) == db->db_level);
H A Ddnode_sync.c138 uint64_t lvl = BP_GET_LEVEL(bp);
H A Darc.c4589 if (BP_GET_LEVEL(zio->io_bp) > 0) {
4918 if (BP_GET_LEVEL(bp) > 0)
5495 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0);
H A Ddmu.c1460 ASSERT(BP_GET_LEVEL(bp) == 0);
H A Ddmu_objset.c1065 ASSERT0(BP_GET_LEVEL(bp));
H A Dzil.c866 ASSERT(BP_GET_LEVEL(zio->io_bp) == 0);
H A Dzio.c1126 if (!DMU_OT_IS_METADATA(BP_GET_TYPE(bp)) && BP_GET_LEVEL(bp) == 0)
2226 ASSERT(BP_GET_LEVEL(bp) == 0);
H A Dspa.c1880 if ((BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type)) &&
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h373 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) macro
392 ((BP_GET_LEVEL(bp) > 0 || dmu_ot[BP_GET_TYPE(bp)].ot_metadata) ? \
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1226 ASSERT3U(BP_GET_LEVEL(bp), ==, zb->zb_level);
1256 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) {
2311 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL;
2457 is_metadata = (BP_GET_LEVEL(bp) != 0 || DMU_OT_IS_METADATA(type));
2955 BP_GET_LEVEL(bp) > 0 || DMU_OT_IS_METADATA(BP_GET_TYPE(bp)))

Completed in 161 milliseconds