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 D | spa.h | 200 #define BP_GET_PSIZE(bp) \ macro 240 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp)); 281 BP_GET_PSIZE(bp))
|
H A D | zio.h | 51 SPA_GANGBLOCKSIZE : BP_GET_PSIZE((zio)->io_bp))
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 628 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 D | bpobj.c | 247 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 D | zio_checksum.c | 200 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
|
H A D | bptree.c | 163 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp); in bptree_visit_cb()
|
H A D | dsl_scan.c | 1407 -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 D | dsl_deadlist.c | 230 dl->dl_phys->dl_comp += BP_GET_PSIZE(bp); in dsl_deadlist_insert()
|
H A D | dsl_destroy.c | 160 poa->comp += BP_GET_PSIZE(bp); in process_old_cb()
|
H A D | ddt.c | 283 DDK_SET_PSIZE(ddk, BP_GET_PSIZE(bp)); in ddt_key_fill()
|
H A D | dsl_dataset.c | 106 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 D | dmu_send.c | 277 DDK_SET_PSIZE(&drrw->drr_key, BP_GET_PSIZE(bp)); in dump_write()
|
H A D | spa.c | 1894 size_t size = BP_GET_PSIZE(bp); in spa_load_verify_cb()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 360 #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 D | fsys_zfs.c | 340 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 D | zdb.c | 1189 (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 D | ztest.c | 5070 psize = BP_GET_PSIZE(&blk); in ztest_ddt_repair()
|