Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h401 uint64_t blk_fill; /* fill count */ member
496 #define BP_GET_FREE(bp) BF64_GET((bp)->blk_fill, 0, 1)
497 #define BP_SET_FREE(bp, x) BF64_SET((bp)->blk_fill, 0, 1, x)
511 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
512 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill))
517 BF64_SET((bp)->blk_fill, 0, 32, fill); \
519 (bp)->blk_fill = fill; \
524 BF64_GET((bp)->blk_fill, 32, 32))
528 BF64_SET((bp)->blk_fill, 32, 32, iv2); \
602 (bp)->blk_fill = 0; \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbpobj.c816 stored_bp.blk_fill = 0; in bpobj_enqueue()
H A Ddsl_scan.c399 bp->blk_fill = 1; /* we always only work with data pointers */ in sio2bp()
H A Ddbuf.c1055 ASSERT0(bp->blk_fill); in dbuf_verify()