Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h168 uint64_t blk_fill; /* fill count */ member
296 (bp)->blk_fill = 0; \
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h323 uint64_t blk_fill; /* fill count */ member
406 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
497 (bp)->blk_fill = 0; \
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dbpobj.c488 stored_bp.blk_fill = 0; in bpobj_enqueue()
H A Ddmu_objset.c1093 bp->blk_fill = 0; in dmu_objset_write_ready()
1095 bp->blk_fill += BP_GET_FILL(&dnp->dn_blkptr[i]); in dmu_objset_write_ready()
H A Dddt.c264 bp->blk_fill = 1; in ddt_bp_create()
H A Ddmu.c1390 bp->blk_fill = 1; in dmu_sync_ready()
H A Ddbuf.c2916 bp->blk_fill = fill; in dbuf_write_ready()