Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/lib/format_pool/
Ddisk_rep.c33 #define CPIN_32(x, y) {(x) = xlate32_be((y));} macro
173 CPIN_32(pl->pl_version, bufpl->pl_version); in pool_label_in()
174 CPIN_32(pl->pl_subpools, bufpl->pl_subpools); in pool_label_in()
175 CPIN_32(pl->pl_sp_id, bufpl->pl_sp_id); in pool_label_in()
176 CPIN_32(pl->pl_sp_devs, bufpl->pl_sp_devs); in pool_label_in()
177 CPIN_32(pl->pl_sp_devid, bufpl->pl_sp_devid); in pool_label_in()
178 CPIN_32(pl->pl_sp_type, bufpl->pl_sp_type); in pool_label_in()
180 CPIN_32(pl->pl_striping, bufpl->pl_striping); in pool_label_in()
181 CPIN_32(pl->pl_sp_dmepdevs, bufpl->pl_sp_dmepdevs); in pool_label_in()
182 CPIN_32(pl->pl_sp_dmepid, bufpl->pl_sp_dmepid); in pool_label_in()
[all …]