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