Lines Matching refs:l2_offset
187 unsigned int l2_offset; member
1547 ((int64_t)m_data->l2_offset * 512) in vmdk_L2update()
1554 m_data->l2_offset = extent->l1_backup_table[m_data->l1_index]; in vmdk_L2update()
1556 ((int64_t)m_data->l2_offset * 512) in vmdk_L2update()
1598 unsigned int l1_index, l2_offset, l2_index; in get_cluster_offset() local
1627 l2_offset = 0; in get_cluster_offset()
1644 l2_offset = (unsigned int)(l2_offset_u64); in get_cluster_offset()
1648 l2_offset = ((uint32_t *)extent->l1_table)[l1_index]; in get_cluster_offset()
1650 if (!l2_offset) { in get_cluster_offset()
1654 if (l2_offset == extent->l2_cache_offsets[i]) { in get_cluster_offset()
1677 (int64_t)l2_offset * 512, in get_cluster_offset()
1684 extent->l2_cache_offsets[min_index] = l2_offset; in get_cluster_offset()
1691 m_data->l2_offset = l2_offset; in get_cluster_offset()