Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/include/
Dmetadata.h277 int pv_write_orphan(struct cmd_context *cmd, struct physical_volume *pv);
/netbsd/src/external/gpl2/lvm2/dist/liblvm/
Dlvm_vg.c127 pv_write_orphan(vg->cmd, pvl->pv); in lvm_vg_write()
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmetadata.h277 int pv_write_orphan(struct cmd_context *cmd, struct physical_volume *pv);
Dmetadata.c2756 if (!pv_write_orphan(cmd, pvl->pv)) { in _vg_read()
3116 int pv_write_orphan(struct cmd_context *cmd, struct physical_volume *pv) in pv_write_orphan() function