Home | History | Annotate | Download | only in liblvm

Lines Matching defs:pv

38  * 1) Physical Volume (PV) 2) Volume Group (VG) 3) Logical Volume (LV).
47 * VG handle, vg_t. Performing an operation on a PV or LV object first
154 pv_t pv;
822 * Return a list of PV handles for a given VG handle.
828 * A list of pv_list_t structures containing pv handles for this vg.
839 * \param pv
845 char *lvm_pv_get_uuid(const pv_t pv);
853 * \param pv
859 char *lvm_pv_get_name(const pv_t pv);
864 * \param pv
868 * Number of metadata areas in the PV.
870 uint64_t lvm_pv_get_mda_count(const pv_t pv);
877 * \param pv
886 int lvm_pv_resize(const pv_t pv, uint64_t new_size);