Searched refs:bufpl (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
| H A D | disk_rep.c | 133 struct pool_disk *bufpl = (struct pool_disk *) buf; in pool_label_out() local 135 CPOUT_64(pl->pl_magic, bufpl->pl_magic); in pool_label_out() 136 CPOUT_64(pl->pl_pool_id, bufpl->pl_pool_id); in pool_label_out() 137 CPOUT_8(pl->pl_pool_name, bufpl->pl_pool_name, POOL_NAME_SIZE); in pool_label_out() 138 CPOUT_32(pl->pl_version, bufpl->pl_version); in pool_label_out() 139 CPOUT_32(pl->pl_subpools, bufpl->pl_subpools); in pool_label_out() 140 CPOUT_32(pl->pl_sp_id, bufpl->pl_sp_id); in pool_label_out() 141 CPOUT_32(pl->pl_sp_devs, bufpl->pl_sp_devs); in pool_label_out() 142 CPOUT_32(pl->pl_sp_devid, bufpl->pl_sp_devid); in pool_label_out() 143 CPOUT_32(pl->pl_sp_type, bufpl->pl_sp_type); in pool_label_out() [all …]
|