Home
last modified time | relevance | path

Searched refs:blk_fill (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h394 uint64_t blk_fill; /* fill count */ member
501 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
502 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill))
507 BF64_SET((bp)->blk_fill, 0, 32, fill); \
509 (bp)->blk_fill = fill; \
514 BF64_GET((bp)->blk_fill, 32, 32))
518 BF64_SET((bp)->blk_fill, 32, 32, iv2); \
583 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h171 uint64_t blk_fill; /* fill count */ member
301 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h336 uint64_t blk_fill; /* fill count */ member
455 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c500 stored_bp.blk_fill = 0; in bpobj_enqueue()
H A Ddsl_scan.c413 bp->blk_fill = 1; /* we always only work with data pointers */ in sio2bp()
H A Ddbuf.c848 ASSERT0(bp->blk_fill); in dbuf_verify()