/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 341 (ASSERT(BP_IS_EMBEDDED(bp)), \ 344 ASSERT(BP_IS_EMBEDDED(bp)); \ 349 (ASSERT(BP_IS_EMBEDDED(bp)), \ 352 ASSERT(BP_IS_EMBEDDED(bp)); \ 357 (ASSERT(BP_IS_EMBEDDED(bp)), \ 360 ASSERT(BP_IS_EMBEDDED(bp)); \ 423 (BP_IS_EMBEDDED(bp) ? \ 427 ASSERT(!BP_IS_EMBEDDED(bp)); \ 433 (BP_IS_EMBEDDED(bp) ? 0 : \ 436 ASSERT(!BP_IS_EMBEDDED(bp)); \ [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | blkptr.c | 100 ASSERT(BP_IS_EMBEDDED(bp)); in decode_embedded_bp_compressed() 132 ASSERT(BP_IS_EMBEDDED(bp)); in decode_embedded_bp()
|
H A D | dmu_send.c | 295 ASSERT(!BP_IS_EMBEDDED(bp)); in dump_write() 330 if (bp == NULL || BP_IS_EMBEDDED(bp) || (BP_IS_PROTECTED(bp) && !raw)) { in dump_write() 369 ASSERT(BP_IS_EMBEDDED(bp)); in dump_write_embedded() 633 if (!BP_IS_EMBEDDED(bp)) in backup_do_embed() 871 !BP_IS_EMBEDDED(bp) && !DMU_OT_IS_METADATA(BP_GET_TYPE(bp)); in do_dump()
|
H A D | zio.c | 836 if (BP_IS_EMBEDDED(bp)) { in zfs_blkptr_verify() 1036 if (BP_IS_EMBEDDED(bp)) in zio_free() 1071 if (BP_IS_EMBEDDED(bp)) in zio_free_sync() 1101 if (BP_IS_EMBEDDED(bp)) in zio_claim() 1362 BP_IS_EMBEDDED(bp) ? BPE_GET_PSIZE(bp) : BP_GET_PSIZE(bp); in zio_read_bp_init() 1380 if (BP_IS_EMBEDDED(bp) && BPE_GET_ETYPE(bp) == BP_EMBEDDED_TYPE_DATA) { in zio_read_bp_init() 1388 ASSERT(!BP_IS_EMBEDDED(bp)); in zio_read_bp_init() 1422 if (BP_IS_EMBEDDED(bp)) in zio_write_bp_init() 1520 ASSERT(BP_IS_EMBEDDED(bp) || MIN(zp->zp_copies + BP_IS_GANG(bp), in zio_write_compress() 4219 if (bp != NULL && !BP_IS_EMBEDDED(bp)) { in zio_done()
|
H A D | arc.c | 1336 ASSERT(!BP_IS_EMBEDDED(zio->io_bp)); in arc_cksum_is_equal() 5327 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) { in arc_hdr_verify() 5349 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) in arc_hdr_verify_checksum() 5642 ASSERT(!BP_IS_EMBEDDED(bp) || in arc_read() 5646 if (!BP_IS_EMBEDDED(bp)) { in arc_read() 5746 ASSERT(!BP_IS_EMBEDDED(bp) || !BP_IS_HOLE(bp)); in arc_read() 5818 if (!BP_IS_EMBEDDED(bp)) { in arc_read() 6107 ASSERT(!BP_IS_EMBEDDED(bp)); in arc_freed() 6489 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) { in arc_write_ready() 6586 if (BP_IS_HOLE(zio->io_bp) || BP_IS_EMBEDDED(zio->io_bp)) { in arc_write_done()
|
H A D | bpobj.c | 479 if (BP_IS_EMBEDDED(bp)) { in bpobj_enqueue()
|
H A D | dmu_traverse.c | 209 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp) || in prefetch_needed()
|
H A D | dbuf.c | 851 ASSERT(!BP_IS_EMBEDDED(bp)); in dbuf_verify() 2632 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) in dbuf_issue_final_prefetch() 3218 !BP_IS_EMBEDDED(db->db_blkptr)) { in dbuf_rele_and_unlock() 3717 BP_IS_EMBEDDED(bp)); in dbuf_write_ready() 3771 if (!BP_IS_EMBEDDED(bp)) in dbuf_write_ready()
|
H A D | dsl_scan.c | 3673 if (BP_IS_EMBEDDED(bp)) in count_block() 3803 ASSERT(!BP_IS_EMBEDDED(bp)); in dsl_scan_enqueue() 3850 ASSERT(!BP_IS_EMBEDDED(bp)); in dsl_scan_scrub_cb() 4208 ASSERT(!BP_IS_EMBEDDED(bp)); in dsl_scan_freed()
|
H A D | dnode_sync.c | 680 BP_IS_EMBEDDED(&dnp->dn_blkptr[0]) || in dnode_sync()
|
H A D | dsl_destroy.c | 646 if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) in kill_blkptr()
|
H A D | zio_crypt.c | 985 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
|
H A D | spa_misc.c | 1557 if (!BP_IS_EMBEDDED(bp)) { in snprintf_blkptr()
|
H A D | zvol.c | 272 VERIFY(!BP_IS_EMBEDDED(bp)); in zvol_map_block()
|
H A D | dmu.c | 1837 } else if (!BP_IS_EMBEDDED(bp)) { in dmu_sync_ready()
|
H A D | zil.c | 161 if (BP_IS_EMBEDDED(bp)) in zil_bp_tree_add()
|
H A D | dmu_objset.c | 1601 ASSERT(!BP_IS_EMBEDDED(bp)); in dmu_objset_write_ready()
|
H A D | spa.c | 2131 if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) in spa_load_verify_cb()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 293 (ASSERT(BP_IS_EMBEDDED(bp)), \ 296 ASSERT(BP_IS_EMBEDDED(bp)); \ 301 (ASSERT(BP_IS_EMBEDDED(bp)), \ 304 ASSERT(BP_IS_EMBEDDED(bp)); \ 309 (ASSERT(BP_IS_EMBEDDED(bp)), \ 312 ASSERT(BP_IS_EMBEDDED(bp)); \ 364 (BP_IS_EMBEDDED(bp) ? \ 368 ASSERT(!BP_IS_EMBEDDED(bp)); \ 390 #define BP_IS_EMBEDDED(bp) BF64_GET((bp)->blk_prop, 39, 1) macro
|
H A D | blkptr.c | 54 ASSERT(BP_IS_EMBEDDED(bp)); in decode_embedded_bp_compressed()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 222 #define BP_IS_EMBEDDED(bp) BF64_GET((bp)->blk_prop, 39, 1) macro
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1500 if (BP_IS_EMBEDDED(bp)) { in snprintf_blkptr_compact() 1543 if (!BP_IS_EMBEDDED(bp)) { in print_indirect() 3557 if (BP_IS_EMBEDDED(bp)) { in zdb_count_block() 3664 if (!BP_IS_EMBEDDED(bp) && in zdb_blkptr_cb() 4853 if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) in zdb_ddt_add_cb()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 473 if (BP_IS_EMBEDDED(bp)) { in zio_read()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2248 if (BP_IS_EMBEDDED(bp)) { in zio_read()
|