Searched defs:blk_fill (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h171 uint64_t blk_fill; /* fill count */ member in struct:blkptr
301 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h334 uint64_t blk_fill; /* fill count */ member in struct:blkptr
419 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
508 (bp)->blk_fill = 0; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h322 uint64_t blk_fill; /* fill count */ member in struct:blkptr
441 (bp)->blk_fill = 0; \

Completed in 79 milliseconds