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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa.h401 uint64_t blk_fill; /* fill count */ member in struct:blkptr
502 #define BP_GET_FREE(bp) BF64_GET((bp)->blk_fill, 0, 1)
503 #define BP_SET_FREE(bp, x) BF64_SET((bp)->blk_fill, 0, 1, x)
517 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
518 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill))
523 BF64_SET((bp)->blk_fill, 0, 32, fill); \
525 (bp)->blk_fill = fill; \
530 BF64_GET((bp)->blk_fill, 32, 32))
534 BF64_SET((bp)->blk_fill, 32, 32, iv2); \
608 (bp)->blk_fill
[all...]
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h337 uint64_t blk_fill; /* fill count */ member in struct:blkptr
456 (bp)->blk_fill = 0; \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c816 stored_bp.blk_fill = 0;
H A Ddsl_scan.c399 bp->blk_fill = 1; /* we always only work with data pointers */
H A Ddbuf.c1055 ASSERT0(bp->blk_fill);

Completed in 201 milliseconds