Home
last modified time | relevance | path

Searched refs:BP_GET_PSIZE (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h200 #define BP_GET_PSIZE(bp) \ macro
240 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
281 BP_GET_PSIZE(bp))
H A Dzio.h51 SPA_GANGBLOCKSIZE : BP_GET_PSIZE((zio)->io_bp))
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio.c628 if (BP_GET_PSIZE(bp) > SPA_MAXBLOCKSIZE) { in zfs_blkptr_verify()
630 bp, (longlong_t)BP_GET_PSIZE(bp)); in zfs_blkptr_verify()
833 zio = zio_create(pio, spa, txg, bp, NULL, BP_GET_PSIZE(bp), in zio_free_sync()
867 zio = zio_create(pio, spa, txg, bp, NULL, BP_GET_PSIZE(bp), in zio_claim()
1058 BP_IS_EMBEDDED(bp) ? BPE_GET_PSIZE(bp) : BP_GET_PSIZE(bp); in zio_read_bp_init()
1222 BP_GET_PSIZE(bp) == psize && in zio_write_bp_init()
1661 return (zio_read(pio, pio->io_spa, bp, data, BP_GET_PSIZE(bp), in zio_read_gang()
1686 data, BP_GET_PSIZE(bp)); in zio_rewrite_gang()
1696 data, BP_GET_PSIZE(bp), NULL, NULL, pio->io_priority, in zio_rewrite_gang()
1820 ASSERT(BP_GET_LSIZE(bp) == BP_GET_PSIZE(bp) || gn == gio->io_gang_tree); in zio_gang_tree_issue()
[all …]
H A Dbpobj.c247 bpo->bpo_phys->bpo_comp -= BP_GET_PSIZE(bp); in bpobj_iterate_impl()
514 bpo->bpo_phys->bpo_comp += BP_GET_PSIZE(bp); in bpobj_enqueue()
540 sra->comp += BP_GET_PSIZE(bp); in space_range_cb()
H A Dzio_checksum.c200 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
H A Dbptree.c163 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp); in bptree_visit_cb()
H A Ddsl_scan.c1407 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in dsl_scan_free_block_cb()
1699 zb->zb_psize += BP_GET_PSIZE(bp); in count_block()
1747 size_t size = BP_GET_PSIZE(bp); in dsl_scan_scrub_cb()
H A Ddsl_deadlist.c230 dl->dl_phys->dl_comp += BP_GET_PSIZE(bp); in dsl_deadlist_insert()
H A Ddsl_destroy.c160 poa->comp += BP_GET_PSIZE(bp); in process_old_cb()
H A Dddt.c283 DDK_SET_PSIZE(ddk, BP_GET_PSIZE(bp)); in ddt_key_fill()
H A Ddsl_dataset.c106 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_born()
147 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_kill()
H A Ddmu_send.c277 DDK_SET_PSIZE(&drrw->drr_key, BP_GET_PSIZE(bp)); in dump_write()
H A Dspa.c1894 size_t size = BP_GET_PSIZE(bp); in spa_load_verify_cb()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h360 #define BP_GET_PSIZE(bp) \ macro
416 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp))
482 BP_GET_PSIZE(bp))
574 (u_longlong_t)BP_GET_PSIZE(bp), \
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c340 buf += BP_GET_PSIZE(&zio_gb->zg_blkptr[i]); in zio_read_gang()
358 psize = BP_GET_PSIZE(bp); in zio_read_data()
474 psize = BP_GET_PSIZE(bp); in zio_read()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1189 (u_longlong_t)BP_GET_PSIZE(bp), in snprintf_blkptr_compact()
2296 zb->zb_psize += BP_GET_PSIZE(bp); in zdb_count_block()
2304 int idx = BP_GET_PSIZE(bp) >> SPA_MINBLOCKSHIFT; in zdb_count_block()
2439 size_t size = BP_GET_PSIZE(bp); in zdb_blkptr_cb()
2931 zdde->zdde_ref_psize += BP_GET_PSIZE(bp); in zdb_ddt_add_cb()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c5070 psize = BP_GET_PSIZE(&blk); in ztest_ddt_repair()