Searched refs:vg_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvm2app.h47 * VG handle, vg_t. Performing an operation on a PV or LV object first
48 * requires obtaining a VG handle. Once the vg_t has been obtained, it can
49 * be used to enumerate the pv_t's and lv_t's within that vg_t. Attributes
53 * Any attempt to change a property of a pv_t, vg_t, or lv_t without
54 * obtaining write permission on the vg_t will fail with EPERM.
117 typedef struct volume_group *vg_t; typedef in typeref:struct:volume_group
290 * vg_t vg;
355 vg_t lvm_vg_open(lvm_t libh, const char *vgname, const char *mode,
379 vg_t lvm_vg_create(lvm_t libh, const char *vg_name);
394 int lvm_vg_write(vg_t v
[all...]
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm2app.h47 * VG handle, vg_t. Performing an operation on a PV or LV object first
48 * requires obtaining a VG handle. Once the vg_t has been obtained, it can
49 * be used to enumerate the pv_t's and lv_t's within that vg_t. Attributes
53 * Any attempt to change a property of a pv_t, vg_t, or lv_t without
54 * obtaining write permission on the vg_t will fail with EPERM.
117 typedef struct volume_group *vg_t; typedef in typeref:struct:volume_group
290 * vg_t vg;
355 vg_t lvm_vg_open(lvm_t libh, const char *vgname, const char *mode,
379 vg_t lvm_vg_create(lvm_t libh, const char *vg_name);
394 int lvm_vg_write(vg_t v
[all...]
H A Dlvm_vg.c30 vg_t lvm_vg_create(lvm_t libh, const char *vg_name)
41 return (vg_t) vg;
44 int lvm_vg_extend(vg_t vg, const char *device)
72 int lvm_vg_reduce(vg_t vg, const char *device)
84 int lvm_vg_set_extent_size(vg_t vg, uint32_t new_size)
96 int lvm_vg_write(vg_t vg)
137 int lvm_vg_close(vg_t vg)
146 int lvm_vg_remove(vg_t vg)
159 vg_t lvm_vg_open(lvm_t libh, const char *vgname, const char *mode,
181 return (vg_t) v
[all...]
H A Dlvm_lv.c75 vg_t vg, const char *lvname,
106 lv_t lvm_vg_create_lv_linear(vg_t vg, const char *name, uint64_t size)
/netbsd-current/external/gpl2/lvm2/dist/test/api/
H A Dtest.c157 static vg_t _lookup_vg_by_name(char **argv, int argc)
159 vg_t vg;
208 vg_t vg;
269 vg_t vg;
298 vg_t vg;
335 static vg_t _lookup_and_remove_vg(const char *vgname)
337 vg_t vg=NULL;
352 vg_t vg;
371 vg_t vg;
390 vg_t v
[all...]
H A Dvgtest.c29 vg_t vg;

Completed in 185 milliseconds