/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 146 (u_longlong_t)BP_GET_LSIZE(bp)); in zil_prt_rec_write() 158 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write() 161 bp, buf, BP_GET_LSIZE(bp), NULL, NULL, in zil_prt_rec_write()
|
H A D | zdb.c | 1139 return (zb->zb_blkid * BP_GET_LSIZE(bp)); in blkid2offset() 1182 (u_longlong_t)BP_GET_LSIZE(bp), in snprintf_blkptr_compact() 1188 (u_longlong_t)BP_GET_LSIZE(bp), in snprintf_blkptr_compact() 1239 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in visit_indirect() 2295 zb->zb_lsize += BP_GET_LSIZE(bp); in zdb_count_block() 2930 zdde->zdde_ref_lsize += BP_GET_LSIZE(bp); in zdb_ddt_add_cb()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 110 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record() 264 uint64_t size = BP_GET_LSIZE(bp); in traverse_visitbp() 294 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in traverse_visitbp() 321 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in traverse_visitbp() 508 pfd->pd_bytes_fetched += BP_GET_LSIZE(bp); in traverse_prefetcher()
|
H A D | zil.c | 84 #define LWB_EMPTY(lwb) ((BP_GET_LSIZE(&lwb->lwb_blk) - \ 230 uint64_t size = BP_GET_LSIZE(bp); in zil_read_log_block() 267 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length)); in zil_read_log_data() 275 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data() 448 lwb->lwb_buf = zio_buf_alloc(BP_GET_LSIZE(bp)); in zil_alloc_lwb() 454 lwb->lwb_sz = BP_GET_LSIZE(bp); in zil_alloc_lwb() 457 lwb->lwb_sz = BP_GET_LSIZE(bp) - sizeof (zil_chain_t); in zil_alloc_lwb() 890 0, &lwb->lwb_blk, lwb->lwb_buf, BP_GET_LSIZE(&lwb->lwb_blk), in zil_lwb_write_init()
|
H A D | dnode_sync.c | 142 uint64_t lsize = BP_GET_LSIZE(bp); in free_blocks() 592 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == in dnode_sync() 596 BP_GET_LSIZE(&dnp->dn_blkptr[0]) == 1 << dnp->dn_indblkshift); in dnode_sync()
|
H A D | dmu_diff.c | 133 int blksz = BP_GET_LSIZE(bp); in diff_cb()
|
H A D | dsl_scan.c | 514 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record() 618 int epb = BP_GET_LSIZE(bp) >> SPA_BLKPTRSHIFT; in dsl_scan_recurse() 645 int epb = BP_GET_LSIZE(bp) >> DNODE_SHIFT; in dsl_scan_recurse() 1698 zb->zb_lsize += BP_GET_LSIZE(bp); in count_block()
|
H A D | zio.c | 624 if (BP_GET_LSIZE(bp) > SPA_MAXBLOCKSIZE) { in zfs_blkptr_verify() 626 bp, (longlong_t)BP_GET_LSIZE(bp)); in zfs_blkptr_verify() 1820 ASSERT(BP_GET_LSIZE(bp) == BP_GET_PSIZE(bp) || gn == gio->io_gang_tree); in zio_gang_tree_issue() 2033 ASSERT3U(BP_GET_LSIZE(bp), ==, BP_GET_LSIZE(bp_orig)); in zio_nop_write()
|
H A D | dmu_send.c | 276 DDK_SET_LSIZE(&drrw->drr_key, BP_GET_LSIZE(bp)); in dump_write() 580 int blksz = BP_GET_LSIZE(bp); in do_dump() 602 int blksz = BP_GET_LSIZE(bp); in do_dump()
|
H A D | zfs_replay.c | 667 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in zfs_replay_write()
|
H A D | dbuf.c | 1874 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_create() 2028 ASSERT3U(BP_GET_LSIZE(zio->io_bp), ==, zio->io_size); in dbuf_prefetch_indirect_done() 3026 ASSERT3U(BP_GET_LSIZE(db->db_blkptr), ==, in dbuf_write_done()
|
H A D | ddt.c | 282 DDK_SET_LSIZE(ddk, BP_GET_LSIZE(bp)); in ddt_key_fill()
|
H A D | zvol.c | 403 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in zvol_replay_write()
|
H A D | arc.c | 4428 uint64_t size = BP_GET_LSIZE(bp); in arc_read() 6075 ASSERT3U(BP_GET_LSIZE(&cb->l2rcb_bp), ==, hdr->b_size); in l2arc_read_done()
|
H A D | dsl_dataset.c | 131 if (BP_GET_LSIZE(bp) > SPA_OLD_MAXBLOCKSIZE) { in dsl_dataset_block_born()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 195 #define BP_GET_LSIZE(bp) \ macro 240 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 350 #define BP_GET_LSIZE(bp) \ macro 416 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp)) 531 (u_longlong_t)BP_GET_LSIZE(bp), \ 573 (u_longlong_t)BP_GET_LSIZE(bp), \
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 473 lsize = BP_GET_LSIZE(bp); in zio_read() 1784 stack += BP_GET_LSIZE(bp); in zfs_open()
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 1571 uint64_t blocksize = BP_GET_LSIZE(&lr->lr_blkptr); in ztest_replay_write()
|