libvirt/src/storage
Eric Blake ab5178188f maint: shorten 'TypeType' function names
The VIR_ENUM_DECL/VIR_ENUM_IMPL helper macros already append 'Type'
to the enum name being converted; it looks silly to have functions
with 'TypeType' in their name.  Even though some of our enums have
to have a 'Type' suffix, the corresponding string conversion
functions do not.

* src/conf/secret_conf.h (VIR_ENUM_DECL): Rename virSecretUsageType.
* src/conf/storage_conf.h (VIR_ENUM_DECL): Rename
virStoragePoolAuthType, virStoragePoolSourceAdapterType,
virStoragePartedFsType.
* src/conf/domain_conf.c (virDomainDiskDefParseXML)
(virDomainFSDefParseXML, virDomainFSDefFormat): Update callers.
* src/conf/secret_conf.c (virSecretDefParseUsage)
(virSecretDefFormatUsage): Likewise.
* src/conf/storage_conf.c (virStoragePoolDefParseAuth)
(virStoragePoolDefParseSource, virStoragePoolSourceFormat):
Likewise.
* src/lxc/lxc_controller.c (virLXCControllerSetupLoopDevices):
Likewise.
* src/storage/storage_backend_disk.c
(virStorageBackendDiskPartFormat): Likewise.
* src/util/virstorageencryption.c (virStorageEncryptionSecretParse)
(virStorageEncryptionSecretFormat): Likewise.
* tools/virsh-secret.c (cmdSecretList): Likewise.
* src/libvirt_private.syms (secret_conf.h, storage_conf.h): Export
corrected names.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-05-16 00:22:18 -06:00
..
parthelper.c
storage_backend_disk.c maint: shorten 'TypeType' function names 2014-05-16 00:22:18 -06:00
storage_backend_disk.h
storage_backend_fs.c conf: drop extra storage probe 2014-05-05 10:46:05 -06:00
storage_backend_fs.h storage: add file functions for local and block files 2014-02-14 10:47:57 +01:00
storage_backend_gluster.c conf: drop extra storage probe 2014-05-05 10:46:05 -06:00
storage_backend_gluster.h storage: Add storage file backends for gluster 2014-02-14 11:07:23 +01:00
storage_backend_iscsi.c storage: use virDirRead API 2014-04-28 17:52:46 -06:00
storage_backend_iscsi.h Move functions using iscsiadm to viriscsi.c 2014-03-20 18:04:50 +01:00
storage_backend_logical.c Restore skipping of setting capacity 2014-05-02 07:11:05 -04:00
storage_backend_logical.h
storage_backend_mpath.c Restore skipping of setting capacity 2014-05-02 07:11:05 -04:00
storage_backend_mpath.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
storage_backend_rbd.c storage_backend_rbd: Correct argument order to rbd_create3 2014-04-28 22:11:09 -06:00
storage_backend_rbd.h
storage_backend_scsi.c Restore skipping of setting capacity 2014-05-02 07:11:05 -04:00
storage_backend_scsi.h
storage_backend_sheepdog.c conf: track sizes directly in source struct 2014-04-02 06:03:00 -06:00
storage_backend_sheepdog.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
storage_backend.c util: use typedefs for enums in "src/util/" directory 2014-05-05 14:30:01 -06:00
storage_backend.h Restore skipping of setting capacity 2014-05-02 07:11:05 -04:00
storage_driver.c conf: use typedefs for enums in "src/conf/storage_conf.h" 2014-05-14 10:18:35 -06:00
storage_driver.h storage: Refactor location of metadata for storage drive access to files 2014-04-09 14:34:19 +02:00