HomeSort by: relevance | last modified time | path
    Searched defs:vg_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
lvm2app.h 47 * 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 vg)
    [all...]
  /src/external/gpl2/lvm2/dist/liblvm/
lvm2app.h 47 * 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 vg)
    [all...]

Completed in 80 milliseconds