Searched refs:ibyte (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 489 uint64_t ibyte, new_blkid; in dmu_tx_count_free() local 494 ibyte = blkid << dn->dn_datablkshift; in dmu_tx_count_free() 496 DNODE_FIND_HAVELOCK, &ibyte, 2, 1, 0); in dmu_tx_count_free() 497 new_blkid = ibyte >> dn->dn_datablkshift; in dmu_tx_count_free() 687 uint64_t ibyte = i << shift; in dmu_tx_hold_free() local 688 err = dnode_next_offset(dn, 0, &ibyte, 2, 1, 0); in dmu_tx_hold_free() 689 i = ibyte >> shift; in dmu_tx_hold_free()
|
H A D | dnode.c | 1689 uint64_t ibyte = i << shift; in dnode_free_range() local 1691 &ibyte, 2, 1, 0); in dnode_free_range() 1692 i = ibyte >> shift; in dnode_free_range()
|