Searched refs:xlate64 (Results 1 – 7 of 7) sorted by relevance
59 pvhdr->device_size_xl = xlate64(info->device_size); in _text_write()71 pvh_dlocn_xl->offset = xlate64(da->disk_locn.offset); in _text_write()72 pvh_dlocn_xl->size = xlate64(da->disk_locn.size); in _text_write()77 pvh_dlocn_xl->offset = xlate64(UINT64_C(0)); in _text_write()78 pvh_dlocn_xl->size = xlate64(UINT64_C(0)); in _text_write()88 pvh_dlocn_xl->offset = xlate64(mdac->area.start); in _text_write()89 pvh_dlocn_xl->size = xlate64(mdac->area.size); in _text_write()94 pvh_dlocn_xl->offset = xlate64(UINT64_C(0)); in _text_write()95 pvh_dlocn_xl->size = xlate64(UINT64_C(0)); in _text_write()98 if (xlate64(pvhdr->disk_areas_xl[0].offset) || in _text_write()[all …]
288 mdah->start = xlate64(mdah->start); in _xlate_mdah()289 mdah->size = xlate64(mdah->size); in _xlate_mdah()294 rl->offset = xlate64(rl->offset); in _xlate_mdah()295 rl->size = xlate64(rl->size); in _xlate_mdah()
50 # define xlate64(x) (x) macro57 # define xlate64(x) bswap_64(x) macro65 # define xlate64(x) __cpu_to_le64((x)) macro
139 if (xlate64(lh->sector_xl) != sector + scan_sector) { in _find_labeller()143 (uint64_t)xlate64(lh->sector_xl), in _find_labeller()230 if (xlate64(lh->sector_xl) == sector) in label_remove()322 lh->sector_xl = xlate64(label->sector); in label_write()
28 #define xx64(v) disk->v = xlate64(disk->v)
205 log_header.nr_regions = xlate64((uint64_t)-1); in _write_log_header()