Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdmu_tx.c488 uint64_t ibyte, new_blkid; in dmu_tx_count_free() local
496 new_blkid = ibyte >> dn->dn_datablkshift; in dmu_tx_count_free()
505 if (new_blkid > lastblk) { in dmu_tx_count_free()
510 if (new_blkid > blkid) { in dmu_tx_count_free()
511 ASSERT((new_blkid >> epbs) > (blkid >> epbs)); in dmu_tx_count_free()
512 skipped += (new_blkid >> epbs) - (blkid >> epbs) - 1; in dmu_tx_count_free()
513 nblks -= new_blkid - blkid; in dmu_tx_count_free()
514 blkid = new_blkid; in dmu_tx_count_free()