mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
c6f48b7c1a
Changes: - move device type registration out of "type filter" (filter.c) to a separate and new dev-type.[ch] for common use throughout the code - the structure for keeping the major numbers detected for available device types and available partitioning available is stored in "dev_types" structure now - move common partitioning detection code to dev-type.[ch] as well together with other device-related functions bound to dev_types (see dev-type.h for the interface) The dev-type interface contains all common functions used to detect subsystems/device types, signature/superblock recognition code, type-specific device properties and other common device properties (bound to dev_types), including partitioning support. - add dev_types instance to cmd context as cmd->dev_types for common use - use cmd->dev_types throughout as a central point for providing information about device types
76 lines
2.6 KiB
Plaintext
76 lines
2.6 KiB
Plaintext
@top_srcdir@/daemons/clvmd/clvm.h
|
|
@top_srcdir@/daemons/dmeventd/libdevmapper-event.h
|
|
@top_srcdir@/daemons/lvmetad/lvmetad-client.h
|
|
@top_srcdir@/liblvm/lvm2app.h
|
|
@top_srcdir@/lib/activate/activate.h
|
|
@top_srcdir@/lib/activate/targets.h
|
|
@top_srcdir@/lib/cache/lvmcache.h
|
|
@top_srcdir@/lib/cache/lvmetad.h
|
|
@top_srcdir@/lib/commands/errors.h
|
|
@top_srcdir@/lib/commands/toolcontext.h
|
|
@top_srcdir@/lib/config/config.h
|
|
@top_srcdir@/lib/config/config_settings.h
|
|
@top_srcdir@/lib/config/defaults.h
|
|
@top_srcdir@/lib/datastruct/btree.h
|
|
@top_srcdir@/lib/datastruct/lvm-types.h
|
|
@top_srcdir@/lib/datastruct/str_list.h
|
|
@top_srcdir@/lib/device/dev-cache.h
|
|
@top_srcdir@/lib/device/dev-type.h
|
|
@top_srcdir@/lib/device/device.h
|
|
@top_srcdir@/lib/display/display.h
|
|
@top_srcdir@/lib/filters/filter-composite.h
|
|
@top_srcdir@/lib/filters/filter-md.h
|
|
@top_srcdir@/lib/filters/filter-mpath.h
|
|
@top_srcdir@/lib/filters/filter-persistent.h
|
|
@top_srcdir@/lib/filters/filter-regex.h
|
|
@top_srcdir@/lib/filters/filter-sysfs.h
|
|
@top_srcdir@/lib/filters/filter.h
|
|
@top_srcdir@/lib/format1/format1.h
|
|
@top_srcdir@/lib/format_pool/format_pool.h
|
|
@top_srcdir@/lib/format_text/archiver.h
|
|
@top_srcdir@/lib/format_text/format-text.h
|
|
@top_srcdir@/lib/format_text/text_export.h
|
|
@top_srcdir@/lib/format_text/text_import.h
|
|
@top_srcdir@/lib/label/label.h
|
|
@top_srcdir@/lib/locking/locking.h
|
|
@top_srcdir@/lib/log/log.h
|
|
@top_srcdir@/lib/log/lvm-logging.h
|
|
@top_srcdir@/lib/metadata/lv.h
|
|
@top_srcdir@/lib/metadata/lv_alloc.h
|
|
@top_srcdir@/lib/metadata/metadata.h
|
|
@top_srcdir@/lib/metadata/metadata-exported.h
|
|
@top_srcdir@/lib/metadata/pv.h
|
|
@top_srcdir@/lib/metadata/pv_alloc.h
|
|
@top_srcdir@/lib/metadata/segtype.h
|
|
@top_srcdir@/lib/metadata/vg.h
|
|
@top_srcdir@/lib/mm/memlock.h
|
|
@top_srcdir@/lib/mm/xlate.h
|
|
@top_builddir@/lib/misc/configure.h
|
|
@top_srcdir@/lib/misc/crc.h
|
|
@top_srcdir@/lib/misc/intl.h
|
|
@top_srcdir@/lib/misc/util.h
|
|
@top_srcdir@/lib/misc/last-path-component.h
|
|
@top_srcdir@/lib/misc/lib.h
|
|
@top_srcdir@/lib/misc/lvm-exec.h
|
|
@top_srcdir@/lib/misc/lvm-file.h
|
|
@top_srcdir@/lib/misc/lvm-globals.h
|
|
@top_srcdir@/lib/misc/lvm-string.h
|
|
@top_builddir@/lib/misc/lvm-version.h
|
|
@top_srcdir@/lib/misc/lvm-wrappers.h
|
|
@top_srcdir@/lib/misc/lvm-percent.h
|
|
@top_srcdir@/lib/misc/sharedlib.h
|
|
@top_srcdir@/lib/report/properties.h
|
|
@top_srcdir@/lib/report/report.h
|
|
@top_srcdir@/lib/uuid/uuid.h
|
|
@top_srcdir@/libdaemon/client/daemon-client.h
|
|
@top_srcdir@/libdaemon/client/daemon-io.h
|
|
@top_srcdir@/libdaemon/client/config-util.h
|
|
@top_srcdir@/libdm/libdevmapper.h
|
|
@top_srcdir@/libdm/misc/dm-ioctl.h
|
|
@top_srcdir@/libdm/misc/dm-logging.h
|
|
@top_srcdir@/libdm/misc/dm-log-userspace.h
|
|
@top_srcdir@/libdm/misc/dmlib.h
|
|
@top_srcdir@/libdm/misc/kdev_t.h
|
|
@top_srcdir@/po/pogen.h
|
|
@top_srcdir@/tools/lvm2cmd.h
|