1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/liblvm/.exported_symbols
Dave Wysochanski 0d23926e4e Add lvm2app interfaces to lookup a vgname from a pvid and pvname.
lvm2app forces applications to start with a volume group name,
open the volume group, then operate on individual pvs.  In some
cases the application may want to start with a device name rather
than the volume group name.  Today, if an application wants to
do this, it must iterate through all the volume groups to find
the volume group that the specific device is attached to.
These new interfaces allow the application to avoid such overhead.
Bump the lvm2app version number to 3.
2010-05-19 11:53:12 +00:00

53 lines
884 B
Plaintext

lvm_library_get_version
lvm_init
lvm_quit
lvm_config_reload
lvm_config_override
lvm_pv_get_dev_size
lvm_pv_get_size
lvm_pv_get_free
lvm_pv_get_name
lvm_pv_get_uuid
lvm_pv_get_mda_count
lvm_vg_get_seqno
lvm_vg_get_name
lvm_vg_get_uuid
lvm_vg_get_size
lvm_vg_get_free_size
lvm_vg_get_extent_size
lvm_vg_get_extent_count
lvm_vg_get_free_extent_count
lvm_vg_get_pv_count
lvm_vg_get_tags
lvm_lv_activate
lvm_lv_deactivate
lvm_lv_get_uuid
lvm_lv_get_name
lvm_lv_get_size
lvm_lv_is_active
lvm_lv_is_suspended
lvm_lv_add_tag
lvm_lv_remove_tag
lvm_lv_get_tags
lvm_vg_create
lvm_vg_extend
lvm_vg_reduce
lvm_vg_set_extent_size
lvm_vg_write
lvm_vg_open
lvm_vg_close
lvm_vg_remove
lvm_vg_add_tag
lvm_vg_remove_tag
lvm_scan
lvm_errno
lvm_errmsg
lvm_vg_list_pvs
lvm_vg_list_lvs
lvm_list_vg_names
lvm_list_vg_uuids
lvm_vg_create_lv_linear
lvm_vg_remove_lv
lvm_vgname_from_pvid
lvm_vgname_from_device