Home
last modified time | relevance | path

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

/netbsd/external/gpl2/lvm2/dist/tools/
H A Dvgsplit.c234 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 Dvgreduce.c428 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 Dvgextend.c48 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in vgextend()
H A Dlvrename.c107 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in lvrename()
H A Dvgrename.c28 vg = vg_read_for_update(cmd, vg_name_old, vgid, READ_ALLOW_EXPORTED); in vg_rename_old()
H A Dpvresize.c63 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _pv_resize_single()
H A Dvgmerge.c25 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _vgmerge_vg_read()
H A Dpvchange.c62 vg = vg_read_for_update(cmd, vg_name, NULL, 0); in _pvchange_single()
H A Dlvconvert.c243 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 Dlvcreate.c580 vg = vg_read_for_update(cmd, lp.vg_name, NULL, 0); in lvcreate()
H A Dpvmove.c96 return vg_read_for_update(cmd, vgname, NULL, 0); in _get_vg()
H A Dlvresize.c679 vg = vg_read_for_update(cmd, lp.vg_name, NULL, 0); in lvresize()
/netbsd/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h425 struct volume_group *vg_read_for_update(struct cmd_context *cmd, const char *vg_name,
H A Dmetadata.c3453 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 Dmetadata-exported.h425 struct volume_group *vg_read_for_update(struct cmd_context *cmd, const char *vg_name,
/netbsd/external/gpl2/lvm2/dist/
H A DWHATS_NEW207 Convert tools to use new vg_read / vg_read_for_update.