mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
83f25cd121
Add the most straightforward 'get' functions required for anaconda. These are the ones that return simple uint64_t values. The other more complex ones involve the lv_attr bits. These will come in a separate patch series since each lv_attr bit will be returned in a separate API instred of returning the string and requiring the user to parse it. Author: Dave Wysochanski <dwysocha@redhat.com>
33 lines
522 B
Plaintext
33 lines
522 B
Plaintext
lvm_create
|
|
lvm_destroy
|
|
lvm_reload_config
|
|
lvm_pv_get_name
|
|
lvm_pv_get_uuid
|
|
lvm_pv_get_mda_count
|
|
lvm_vg_get_name
|
|
lvm_vg_get_uuid
|
|
lvm_vg_get_size
|
|
lvm_vg_get_free
|
|
lvm_vg_get_extent_size
|
|
lvm_vg_get_extent_count
|
|
lvm_vg_get_free_count
|
|
lvm_vg_get_pv_count
|
|
lvm_lv_get_uuid
|
|
lvm_lv_get_name
|
|
lvm_lv_get_size
|
|
lvm_vg_create
|
|
lvm_vg_extend
|
|
lvm_vg_set_extent_size
|
|
lvm_vg_write
|
|
lvm_vg_open
|
|
lvm_vg_close
|
|
lvm_vg_remove
|
|
lvm_scan_vgs
|
|
lvm_errno
|
|
lvm_errmsg
|
|
lvm_vg_list_pvs
|
|
lvm_vg_list_lvs
|
|
lvm_list_vg_names
|
|
lvm_list_vg_ids
|
|
lvm_vg_create_lv_linear
|