Home
last modified time | relevance | path

Searched refs:BPE_GET_PSIZE (Results 1 – 10 of 10) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2250 size = BPE_GET_PSIZE(bp); in zio_read()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dblkptr.c56 psize = BPE_GET_PSIZE(bp); in decode_embedded_bp_compressed()
H A Dzfsimpl.h308 #define BPE_GET_PSIZE(bp) \ macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1505 (u_longlong_t)BPE_GET_PSIZE(bp), in snprintf_blkptr_compact()
3560 [BPE_GET_PSIZE(bp)]++; in zdb_count_block()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c405 psize = BPE_GET_PSIZE(bp); in decode_embedded_bp_compressed()
438 psize = BPE_GET_PSIZE(bp); in decode_embedded_bp()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h308 #define BPE_GET_PSIZE(bp) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dblkptr.c102 psize = BPE_GET_PSIZE(bp); in decode_embedded_bp_compressed()
135 psize = BPE_GET_PSIZE(bp); in decode_embedded_bp()
H A Ddmu_send.c380 drrw->drr_psize = BPE_GET_PSIZE(bp); in dump_write_embedded()
H A Dzio.c1362 BP_IS_EMBEDDED(bp) ? BPE_GET_PSIZE(bp) : BP_GET_PSIZE(bp); in zio_read_bp_init()
1381 int psize = BPE_GET_PSIZE(bp); in zio_read_bp_init()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h356 #define BPE_GET_PSIZE(bp) \ macro
639 (u_longlong_t)BPE_GET_PSIZE(bp), \