Searched refs:vg_create (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/test/api/
H A Dvgtest.c35 #define vg_create(vg_name) \ macro
120 vg_create(vg_name);
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dvgcreate.c59 vg = vg_create(cmd, vp_new.vg_name);
H A Dvgsplit.c225 vg_to = vg_create(cmd, vg_name_to);
330 * NOTE: We must set the format before calling vg_create()
331 * since vg_create() calls the per-format constructor.
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_vg.c34 vg = vg_create((struct cmd_context *)libh, vg_name);
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h454 struct volume_group *vg_create(struct cmd_context *cmd, const char *vg_name);
477 * by vg_create() or vg_read_internal() to free it when no longer required.
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h454 struct volume_group *vg_create(struct cmd_context *cmd, const char *vg_name);
477 * by vg_create() or vg_read_internal() to free it when no longer required.
H A Dmetadata.c680 * Validate parameters to vg_create() before calling.
681 * FIXME: Move inside vg_create library function.
773 struct volume_group *vg_create(struct cmd_context *cmd, const char *vg_name) function
800 if (!(mem = dm_pool_create("lvm2 vg_create", VG_MEMPOOL_CHUNK)))

Completed in 115 milliseconds