Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h377 uint64_t blk_fill; /* fill count */ member
475 #define BP_GET_FREE(bp) BF64_GET((bp)->blk_fill, 0, 1)
476 #define BP_SET_FREE(bp, x) BF64_SET((bp)->blk_fill, 0, 1, x)
498 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
499 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill))
504 BF64_SET((bp)->blk_fill, 0, 32, fill); \
506 (bp)->blk_fill = fill; \
511 BF64_GET((bp)->blk_fill, 32, 32))
515 BF64_SET((bp)->blk_fill, 32, 32, iv2); \
594 (bp)->blk_fill = 0; \
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h337 uint64_t blk_fill; /* fill count */ member
410 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill)
414 (bp)->blk_fill = fill; \
471 (bp)->blk_fill = 0; \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c902 stored_bp.blk_fill = 0; in bpobj_enqueue()
H A Ddsl_scan.c440 bp->blk_fill = 1; /* we always only work with data pointers */ in sio2bp()
H A Dzio.c1143 (long long)bp->blk_fill, in zfs_blkptr_verify_log()
H A Ddbuf.c1230 ASSERT0(bp->blk_fill); in dbuf_verify()