Home
last modified time | relevance | path

Searched refs:xlate64 (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl2/lvm2/dist/lib/format_text/
Dtext_label.c59 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 …]
Dformat-text.c288 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()
/netbsd/src/external/gpl2/lvm2/dist/lib/mm/
Dxlate.h50 # define xlate64(x) (x) macro
57 # define xlate64(x) bswap_64(x) macro
65 # define xlate64(x) __cpu_to_le64((x)) macro
/netbsd/src/external/gpl2/lvm2/dist/include/
Dxlate.h50 # define xlate64(x) (x) macro
57 # define xlate64(x) bswap_64(x) macro
65 # define xlate64(x) __cpu_to_le64((x)) macro
/netbsd/src/external/gpl2/lvm2/dist/lib/label/
Dlabel.c139 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()
/netbsd/src/external/gpl2/lvm2/dist/lib/format1/
Ddisk-rep.c28 #define xx64(v) disk->v = xlate64(disk->v)
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmirror.c205 log_header.nr_regions = xlate64((uint64_t)-1); in _write_log_header()