Searched refs:vg_read_for_update (Results 1 – 16 of 16) sorted by relevance
/netbsd/external/gpl2/lvm2/dist/tools/ |
H A D | vgsplit.c | 234 vg_to = vg_read_for_update(cmd, vg_name_to, NULL, 0); in _vgsplit_to() 261 vg_from = vg_read_for_update(cmd, vg_name_from, NULL, 0); in _vgsplit_from() 465 vg_to = vg_read_for_update(cmd, vg_name_to, NULL, in vgsplit()
|
H A D | vgreduce.c | 428 orphan_vg = vg_read_for_update(cmd, vg->fid->fmt->orphan_vg_name, in _vgreduce_single() 514 vg = vg_read_for_update(cmd, vg_name, NULL, READ_ALLOW_EXPORTED); in vgreduce() 535 vg = vg_read_for_update(cmd, vg_name, NULL, in vgreduce()
|
H A D | vgextend.c | 48 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in vgextend()
|
H A D | lvrename.c | 107 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in lvrename()
|
H A D | vgrename.c | 28 vg = vg_read_for_update(cmd, vg_name_old, vgid, READ_ALLOW_EXPORTED); in vg_rename_old()
|
H A D | pvresize.c | 63 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _pv_resize_single()
|
H A D | vgmerge.c | 25 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _vgmerge_vg_read()
|
H A D | pvchange.c | 62 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _pvchange_single()
|
H A D | lvconvert.c | 243 return vg_read_for_update(cmd, extract_vgname(cmd, lv_name), in _get_lvconvert_vg() 972 vg = vg_read_for_update(cmd, lp.vg_name, NULL, 0); in lvconvert()
|
H A D | lvcreate.c | 580 vg = vg_read_for_update(cmd, lp.vg_name, NULL, 0); in lvcreate()
|
H A D | pvmove.c | 96 return vg_read_for_update(cmd, vgname, NULL, 0); in _get_vg()
|
H A D | lvresize.c | 679 vg = vg_read_for_update(cmd, lp.vg_name, NULL, 0); in lvresize()
|
/netbsd/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | metadata-exported.h | 425 struct volume_group *vg_read_for_update(struct cmd_context *cmd, const char *vg_name,
|
H A D | metadata.c | 3453 struct volume_group *vg_read_for_update(struct cmd_context *cmd, const char *vg_name, in vg_read_for_update() function
|
/netbsd/external/gpl2/lvm2/dist/include/ |
H A D | metadata-exported.h | 425 struct volume_group *vg_read_for_update(struct cmd_context *cmd, const char *vg_name,
|
/netbsd/external/gpl2/lvm2/dist/ |
H A D | WHATS_NEW | 207 Convert tools to use new vg_read / vg_read_for_update.
|