Searched refs:blk_fill (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h171 uint64_t blk_fill; /* fill count */ member in struct:blkptr
301 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h334 uint64_t blk_fill; /* fill count */ member in struct:blkptr
419 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
508 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h322 uint64_t blk_fill; /* fill count */ member in struct:blkptr
441 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c489 stored_bp.blk_fill = 0;
H A Ddmu_objset.c1073 bp->blk_fill = 0;
1075 bp->blk_fill += BP_GET_FILL(&dnp->dn_blkptr[i]);
H A Dddt.c265 bp->blk_fill = 1;
H A Ddmu.c1461 bp->blk_fill = 1;
H A Ddbuf.c802 ASSERT0(bp->blk_fill);
3293 bp->blk_fill = fill;

Completed in 96 milliseconds