Home
last modified time | relevance | path

Searched refs:BP_GET_LSIZE (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c174 (u_longlong_t)BP_GET_LSIZE(bp)); in zil_prt_rec_write()
186 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write()
188 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE); in zil_prt_rec_write()
190 bp, data, BP_GET_LSIZE(bp), NULL, NULL, in zil_prt_rec_write()
H A Dzdb.c1479 return (zb->zb_blkid * BP_GET_LSIZE(bp)); in blkid2offset()
1522 (u_longlong_t)BP_GET_LSIZE(bp), in snprintf_blkptr_compact()
1528 (u_longlong_t)BP_GET_LSIZE(bp), in snprintf_blkptr_compact()
1579 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in visit_indirect()
3491 zb->zb_lsize += BP_GET_LSIZE(bp); in zdb_count_block()
4879 zdde->zdde_ref_lsize += BP_GET_LSIZE(bp); in zdb_ddt_add_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c112 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
269 uint64_t size = BP_GET_LSIZE(bp); in traverse_visitbp()
299 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in traverse_visitbp()
329 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in traverse_visitbp()
538 pfd->pd_bytes_fetched += BP_GET_LSIZE(bp); in traverse_prefetcher()
H A Dzil.c117 #define LWB_EMPTY(lwb) ((BP_GET_LSIZE(&lwb->lwb_blk) - \
250 uint64_t size = BP_GET_LSIZE(bp); in zil_read_log_block()
287 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length)); in zil_read_log_data()
303 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data()
526 lwb->lwb_buf = zio_buf_alloc(BP_GET_LSIZE(bp)); in zil_alloc_lwb()
534 lwb->lwb_sz = BP_GET_LSIZE(bp); in zil_alloc_lwb()
537 lwb->lwb_sz = BP_GET_LSIZE(bp) - sizeof (zil_chain_t); in zil_alloc_lwb()
1331 BP_GET_LSIZE(&lwb->lwb_blk)); in zil_lwb_write_open()
1344 BP_GET_LSIZE(&lwb->lwb_blk), zil_lwb_write_done, lwb, in zil_lwb_write_open()
H A Ddmu_diff.c134 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in diff_cb()
H A Ddnode_sync.c156 uint64_t lsize = BP_GET_LSIZE(bp); in free_blocks()
681 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == in dnode_sync()
685 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == 1 << dnp->dn_indblkshift); in dnode_sync()
H A Ddmu_send.c343 DDK_SET_LSIZE(&drrw->drr_key, BP_GET_LSIZE(bp)); in dump_write()
393 uint64_t blksz = BP_GET_LSIZE(bp); in dump_spill()
775 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in do_dump()
885 ASSERT3U(blksz, ==, BP_GET_LSIZE(bp)); in do_dump()
H A Dzio.c374 uint64_t lsize = BP_GET_LSIZE(bp); in zio_decrypt()
827 if (BP_GET_LSIZE(bp) > SPA_MAXBLOCKSIZE) { in zfs_blkptr_verify()
829 bp, (longlong_t)BP_GET_LSIZE(bp)); in zfs_blkptr_verify()
2329 ASSERT(BP_GET_LSIZE(bp) == BP_GET_PSIZE(bp) || gn == gio->io_gang_tree); in zio_gang_tree_issue()
2636 ASSERT3U(BP_GET_LSIZE(bp), ==, BP_GET_LSIZE(bp_orig)); in zio_nop_write()
2832 if (BP_GET_LSIZE(&blk) != zio->io_orig_size) in zio_ddt_collision()
3835 zio->io_orig_abd, BP_GET_LSIZE(bp), BP_SHOULD_BYTESWAP(bp), in zio_encrypt()
H A Ddsl_scan.c1398 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
1600 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in dsl_scan_prefetch_cb()
1611 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in dsl_scan_prefetch_cb()
1770 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in dsl_scan_recurse()
1793 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in dsl_scan_recurse()
3711 zb->zb_lsize += BP_GET_LSIZE(bp); in count_block()
H A Ddbuf.c1159 ASSERT3U(BP_GET_LSIZE(db->db_blkptr), ==, in dbuf_read_impl()
1164 BP_GET_LSIZE(db->db_blkptr)); in dbuf_read_impl()
2550 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_create()
2689 ASSERT3U(BP_GET_LSIZE(zio->io_bp), ==, zio->io_size); in dbuf_prefetch_indirect_done()
3928 ASSERT3U(BP_GET_LSIZE(db->db_blkptr), ==, in dbuf_write_done()
H A Dzfs_replay.c701 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in zfs_replay_write()
H A Dddt.c291 DDK_SET_LSIZE(ddk, BP_GET_LSIZE(bp)); in ddt_key_fill()
H A Dzvol.c417 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in zvol_replay_write()
H A Darc.c5335 ASSERT3U(HDR_GET_LSIZE(hdr), ==, BP_GET_LSIZE(bp)); in arc_hdr_verify()
5800 uint64_t lsize = BP_GET_LSIZE(bp); in arc_read()
6492 ASSERT3U(HDR_GET_LSIZE(hdr), ==, BP_GET_LSIZE(bp)); in arc_write_ready()
H A Ddsl_dataset.c148 if (BP_GET_LSIZE(bp) > SPA_OLD_MAXBLOCKSIZE) { in dsl_dataset_block_born()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h198 #define BP_GET_LSIZE(bp) \ macro
245 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h422 #define BP_GET_LSIZE(bp) \ macro
531 (BP_IS_METADATA(bp) ? BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp))
628 (u_longlong_t)BP_GET_LSIZE(bp), \
679 (u_longlong_t)BP_GET_LSIZE(bp), \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h363 #define BP_GET_LSIZE(bp) \ macro
407 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c483 lsize = BP_GET_LSIZE(bp); in zio_read()
1792 stack += BP_GET_LSIZE(bp); in zfs_open()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2266 size, buf, BP_GET_LSIZE(bp)); in zio_read()
2320 BP_GET_PSIZE(bp), buf, BP_GET_LSIZE(bp)); in zio_read()
3550 size = BP_GET_LSIZE(bp); in zfs_dnode_stat()
3602 size = BP_GET_LSIZE(bp); in zfs_dnode_readlink()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1816 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in ztest_replay_write()