Searched refs:blk_fill (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | spa.h | 381 uint64_t blk_fill; /* fill count */ member 482 #define BP_GET_FREE(bp) BF64_GET((bp)->blk_fill, 0, 1) 483 #define BP_SET_FREE(bp, x) BF64_SET((bp)->blk_fill, 0, 1, x) 497 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \ 498 ((BP_IS_EMBEDDED(bp)) ? 1 : (bp)->blk_fill)) 503 BF64_SET((bp)->blk_fill, 0, 32, fill); \ 505 (bp)->blk_fill = fill; \ 510 BF64_GET((bp)->blk_fill, 32, 32)) 514 BF64_SET((bp)->blk_fill, 32, 32, iv2); \ 588 (bp)->blk_fill = 0; \
|
| /freebsd-14-stable/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 337 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-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | bpobj.c | 902 stored_bp.blk_fill = 0; in bpobj_enqueue()
|
| HD | dsl_scan.c | 434 bp->blk_fill = 1; /* we always only work with data pointers */ in sio2bp()
|
| HD | zio.c | 1044 (long long)bp->blk_fill, in zfs_blkptr_verify_log()
|
| HD | dbuf.c | 1199 ASSERT0(bp->blk_fill); in dbuf_verify()
|