Home
last modified time | relevance | path

Searched refs:BP_SET_PSIZE (Results 1 – 9 of 9) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1621 BP_SET_PSIZE(&bp, size); in vdev_label_read()
2209 BP_SET_PSIZE(&gbh_bp, SPA_GANGBLOCKSIZE); in zio_read_gang()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h375 #define BP_SET_PSIZE(bp, x) \ macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c6105 BP_SET_PSIZE(bp, psize); in zdb_read_block()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h205 #define BP_SET_PSIZE(bp, x) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c272 BP_SET_PSIZE(bp, DDK_GET_PSIZE(ddk)); in ddt_bp_create()
H A Dvdev_removal.c758 BP_SET_PSIZE(&bp, size); in unalloc_seg()
H A Dzio.c1632 BP_SET_PSIZE(bp, psize); in zio_write_compress()
3343 BP_SET_PSIZE(new_bp, size); in zio_alloc_zil()
3370 BP_SET_PSIZE(new_bp, size); in zio_alloc_zil()
H A Dzio_crypt.c932 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop()
968 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h435 #define BP_SET_PSIZE(bp, x) do { \ macro