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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h347 uint64_t blk_fill; /* fill count */ member in struct:blkptr
430 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
519 (bp)->blk_fill = 0; \
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h314 uint64_t blk_fill; /* fill count */ member in struct:blkptr
433 (bp)->blk_fill = 0; \
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbpobj.c486 stored_bp.blk_fill = 0;
H A Ddmu_objset.c1055 bp->blk_fill = 0;
1057 bp->blk_fill += BP_GET_FILL(&dnp->dn_blkptr[i]);
H A Dddt.c279 bp->blk_fill = 1;
H A Ddmu.c1467 bp->blk_fill = 1;
H A Ddbuf.c2938 bp->blk_fill = fill;

Completed in 159 milliseconds