Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h359 uint64_t blk_fill; /* fill count */ member
445 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
536 (bp)->blk_fill = 0; \
/freebsd-11-stable/sys/cddl/boot/zfs/
HDzfsimpl.h322 uint64_t blk_fill; /* fill count */ member
441 (bp)->blk_fill = 0; \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDbpobj.c500 stored_bp.blk_fill = 0; in bpobj_enqueue()
HDdmu_objset.c1261 bp->blk_fill = 0; in dmu_objset_write_ready()
1263 bp->blk_fill += BP_GET_FILL(&dnp->dn_blkptr[i]); in dmu_objset_write_ready()
HDddt.c279 bp->blk_fill = 1; in ddt_bp_create()
HDdbuf.c862 ASSERT0(bp->blk_fill); in dbuf_verify()
3398 bp->blk_fill = fill; in dbuf_write_ready()
HDdmu.c1959 bp->blk_fill = 1; in dmu_sync_ready()
HDdsl_scan.c393 bp->blk_fill = 1; /* we always only work with data pointers */ in sio2bp()