Searched refs:be64_to_cpu (Results 1 – 17 of 17) sorted by relevance
74 #define be64_to_cpu(x) __bswap_64(x) macro81 #define be64_to_cpu(x) (x) macro111 t->time = be64_to_cpu(t->time); in trace_to_cpu()112 t->sector = be64_to_cpu(t->sector); in trace_to_cpu()
149 return be64_to_cpu(*val); in get_pdu_int()159 r->sector_from = be64_to_cpu(sector_from); in get_pdu_remap()
62 new_l1_table[i] = be64_to_cpu(new_l1_table[i]); in qcow2_grow_l1_table()261 uint64_t offset = be64_to_cpu(l2_table[0]) & ~mask; in count_contiguous_clusters()267 if (offset + i * cluster_size != (be64_to_cpu(l2_table[i]) & ~mask)) in count_contiguous_clusters()447 cluster_offset = be64_to_cpu(l2_table[l2_index]); in qcow2_get_cluster_offset()553 cluster_offset = be64_to_cpu(l2_table[l2_index]); in qcow2_alloc_compressed_cluster_offset()657 be64_to_cpu(old_cluster[i]) & ~QCOW_OFLAG_COPIED, 1); in qcow2_alloc_cluster_link_l2()696 cluster_offset = be64_to_cpu(l2_table[l2_index]); in qcow2_alloc_cluster_offset()721 if(be64_to_cpu(l2_table[l2_index + i])) in qcow2_alloc_cluster_offset()727 cluster_offset = be64_to_cpu(l2_table[l2_index + i]); in qcow2_alloc_cluster_offset()
185 if (bdrv_pread(s->hd, be64_to_cpu(footer->data_offset), buf, HEADER_SIZE) in vpc_open()201 s->bat_offset = be64_to_cpu(dyndisk_header->table_offset); in vpc_open()521 footer->data_offset = be64_to_cpu(HEADER_SIZE); in vpc_create()528 footer->orig_size = be64_to_cpu(total_sectors * 512); in vpc_create()529 footer->size = be64_to_cpu(total_sectors * 512); in vpc_create()568 dyndisk_header->data_offset = be64_to_cpu(0xFFFFFFFF); in vpc_create()569 dyndisk_header->table_offset = be64_to_cpu(3 * 512); in vpc_create()
86 sn->l1_table_offset = be64_to_cpu(h.l1_table_offset); in qcow2_read_snapshots()91 sn->vm_clock_nsec = be64_to_cpu(h.vm_clock_nsec); in qcow2_read_snapshots()
83 s->offsets[i]=be64_to_cpu(s->offsets[i]); in cloop_open()
91 size = be64_to_cpu(cow_header.size); in cow_open()
505 offset = be64_to_cpu(l2_table[j]); in qcow2_update_snapshot_refcount()649 offset = be64_to_cpu(l2_table[i]); in check_refcounts_l2()
66 return be64_to_cpu(buffer); in read_off()
321 cluster_offset = be64_to_cpu(l2_table[l2_index]); in get_cluster_offset()
61 tp->time = be64_to_cpu(t->time); in convert_to_cpu()62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
26 return be64_to_cpu(*val); in get_nio_up()
27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
45 #define cfi64_to_cpu(x) be64_to_cpu(x)
98 #define be64_to_cpu __be64_to_cpu macro
519 spec->time = be64_to_cpu(t.time); in next_io()520 spec->sector = be64_to_cpu(t.sector); in next_io()