Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/tools/
H A Dpvchange.c175 if (!(pv_write(cmd, pv, NULL, INT64_C(-1)))) { in _pvchange_single()
197 } else if (!(pv_write(cmd, pv, NULL, INT64_C(-1)))) { in _pvchange_single()
H A Dpvresize.c156 } else if (!(pv_write(cmd, pv, NULL, INT64_C(-1)))) { in _pv_resize_single()
H A Dvgconvert.c158 if (!(pv_write(cmd, pv, &mdas, in vgconvert_single()
H A Dvgreduce.c446 if (!pv_write(cmd, pv, NULL, INT64_C(-1))) { in _vgreduce_single()
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata.h227 int (*pv_write) (const struct format_type * fmt, member
H A Dmetadata-exported.h405 int pv_write(struct cmd_context *cmd, struct physical_volume *pv,
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata.h227 int (*pv_write) (const struct format_type * fmt, member
H A Dmetadata.c540 if (!pv_write(vg->cmd, pv, NULL, INT64_C(-1))) { in vg_remove()
1423 if (!(pv_write(cmd, (struct physical_volume *)pv, &mdas, in pvcreate_single()
3095 int pv_write(struct cmd_context *cmd __attribute((unused)), in pv_write() function
3099 if (!pv->fmt->ops->pv_write) { in pv_write()
3110 if (!pv->fmt->ops->pv_write(pv->fmt, pv, mdas, label_sector)) in pv_write()
3129 if (!pv_write(cmd, pv, NULL, INT64_C(-1))) { in pv_write_orphan()
H A Dmetadata-exported.h405 int pv_write(struct cmd_context *cmd, struct physical_volume *pv,
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dformat1.c496 .pv_write = _format1_pv_write,
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dformat-text.c1965 .pv_write = _text_pv_write,