libstorage
storage::StorageInterface Member List
This is the complete list of members for storage::StorageInterface, including all inherited members.
activateEncryption(const string &device, bool on)=0storage::StorageInterface [pure virtual]
activateHld(bool val)=0storage::StorageInterface [pure virtual]
activateMultipath(bool val)=0storage::StorageInterface [pure virtual]
addFstabEntry(const string &device, const string &mount, const string &vfs, const string &options, unsigned freq, unsigned passno)=0storage::StorageInterface [pure virtual]
addFstabOptions(const string &device, const string &options)=0storage::StorageInterface [pure virtual]
addNfsDevice(const string &nfsDev, const string &opts, unsigned long long sizeK, const string &mp, bool nfs4)=0storage::StorageInterface [pure virtual]
addTmpfsMount(const string &mp, const string &opts)=0storage::StorageInterface [pure virtual]
changeDescText(const string &device, const string &txt)=0storage::StorageInterface [pure virtual]
changeFormatVolume(const string &device, bool format, FsType fs)=0storage::StorageInterface [pure virtual]
changeFstabOptions(const string &device, const string &options)=0storage::StorageInterface [pure virtual]
changeLabelVolume(const string &device, const string &label)=0storage::StorageInterface [pure virtual]
changeLvChunkSize(const string &vg, const string &name, unsigned long long chunkSizeK)=0storage::StorageInterface [pure virtual]
changeLvStripeCount(const string &vg, const string &name, unsigned long stripes)=0storage::StorageInterface [pure virtual]
changeLvStripeSize(const string &vg, const string &name, unsigned long long stripeSizeK)=0storage::StorageInterface [pure virtual]
changeMdChunk(const string &name, unsigned long chunkSizeK)=0storage::StorageInterface [pure virtual]
changeMdParity(const string &name, MdParity ptype)=0storage::StorageInterface [pure virtual]
changeMdType(const string &name, MdType md_type)=0storage::StorageInterface [pure virtual]
changeMkfsOptVolume(const string &device, const string &opts)=0storage::StorageInterface [pure virtual]
changeMountBy(const string &device, MountByType mby)=0storage::StorageInterface [pure virtual]
changeMountPoint(const string &device, const string &mount)=0storage::StorageInterface [pure virtual]
changePartitionId(const string &partition, unsigned id)=0storage::StorageInterface [pure virtual]
changeTunefsOptVolume(const string &device, const string &opts)=0storage::StorageInterface [pure virtual]
checkBackupState(const string &name) const =0storage::StorageInterface [pure virtual]
checkDeviceMounted(const string &device, list< string > &mps)=0storage::StorageInterface [pure virtual]
checkDmMapsTo(const string &device)=0storage::StorageInterface [pure virtual]
checkMd(const string &name)=0storage::StorageInterface [pure virtual]
checkNfsDevice(const string &nfsDev, const string &opts, bool nfs4, unsigned long long &SWIG_OUTPUT(sizeK))=0storage::StorageInterface [pure virtual]
commit()=0storage::StorageInterface [pure virtual]
computeMdSize(MdType md_type, const list< string > &devices, const list< string > &spares, unsigned long long &SWIG_OUTPUT(sizeK))=0storage::StorageInterface [pure virtual]
createBackupState(const string &name)=0storage::StorageInterface [pure virtual]
createFileLoop(const string &lname, bool reuseExisting, unsigned long long sizeK, const string &mp, const string &pwd, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createLvmLv(const string &vg, const string &name, unsigned long long sizeK, unsigned stripes, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createLvmLvPool(const string &vg, const string &name, unsigned long long sizeK, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createLvmLvSnapshot(const string &vg, const string &origin, const string &name, unsigned long long cowSizeK, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createLvmLvThin(const string &vg, const string &name, const string &pool, unsigned long long sizeK, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createLvmVg(const string &name, unsigned long long peSizeK, bool lvm1, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
createMd(const string &name, MdType md_type, const list< string > &devices, const list< string > &spares)=0storage::StorageInterface [pure virtual]
createMdAny(MdType md_type, const list< string > &devices, const list< string > &spares, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createPartition(const string &disk, PartitionType type, const RegionInfo &cylRegion, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createPartitionAny(const string &disk, unsigned long long sizeK, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createPartitionKb(const string &disk, PartitionType type, const RegionInfo &kRegion, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createPartitionMax(const string &disk, PartitionType type, string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
createSubvolume(const string &device, const string &name, bool nocow)=0storage::StorageInterface [pure virtual]
cylinderToKb(const string &disk, unsigned long sizeCyl)=0storage::StorageInterface [pure virtual]
defaultDiskLabel(const string &device)=0storage::StorageInterface [pure virtual]
destroyPartitionTable(const string &disk, const string &label)=0storage::StorageInterface [pure virtual]
dumpCommitInfos() const =0storage::StorageInterface [pure virtual]
dumpObjectList()=0storage::StorageInterface [pure virtual]
equalBackupStates(const string &lhs, const string &rhs, bool verbose_log) const =0storage::StorageInterface [pure virtual]
existSubvolume(const string &device, const string &name)=0storage::StorageInterface [pure virtual]
extendBtrfsVolume(const string &name, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
extendLvmVg(const string &name, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
extendMd(const string &name, const list< string > &devices, const list< string > &spares)=0storage::StorageInterface [pure virtual]
forgetChangePartitionId(const string &partition)=0storage::StorageInterface [pure virtual]
forgetCryptPassword(const string &device)=0storage::StorageInterface [pure virtual]
forgetResizeVolume(const string &device)=0storage::StorageInterface [pure virtual]
freeCylindersAroundPartition(const string &device, unsigned long &SWIG_OUTPUT(freeCylsBefore), unsigned long &SWIG_OUTPUT(freeCylsAfter))=0storage::StorageInterface [pure virtual]
getAllUsedFs() const =0storage::StorageInterface [pure virtual]
getBtrfsInfo(deque< BtrfsInfo > &plist)=0storage::StorageInterface [pure virtual]
getCallbackCommitErrorPopup() const =0storage::StorageInterface [pure virtual]
getCallbackInfoPopup() const =0storage::StorageInterface [pure virtual]
getCallbackPasswordPopup() const =0storage::StorageInterface [pure virtual]
getCallbackProgressBar() const =0storage::StorageInterface [pure virtual]
getCallbackShowInstallInfo() const =0storage::StorageInterface [pure virtual]
getCallbackYesNoPopup() const =0storage::StorageInterface [pure virtual]
getCommitInfos(list< CommitInfo > &infos) const =0storage::StorageInterface [pure virtual]
getContainers(deque< ContainerInfo > &infos)=0storage::StorageInterface [pure virtual]
getContDiskInfo(const string &disk, ContainerInfo &cinfo, DiskInfo &info)=0storage::StorageInterface [pure virtual]
getContDmmultipathCoInfo(const string &name, ContainerInfo &cinfo, DmmultipathCoInfo &info)=0storage::StorageInterface [pure virtual]
getContDmraidCoInfo(const string &name, ContainerInfo &cinfo, DmraidCoInfo &info)=0storage::StorageInterface [pure virtual]
getContLvmVgInfo(const string &name, ContainerInfo &cinfo, LvmVgInfo &info)=0storage::StorageInterface [pure virtual]
getContMdPartCoInfo(const string &name, ContainerInfo &cinfo, MdPartCoInfo &info)=0storage::StorageInterface [pure virtual]
getContVolInfo(const string &dev, ContVolInfo &info)=0storage::StorageInterface [pure virtual]
getCrypt(const string &device, bool &SWIG_OUTPUT(val))=0storage::StorageInterface [pure virtual]
getCryptPassword(const string &device, string &SWIG_OUTPUT(pwd))=0storage::StorageInterface [pure virtual]
getDefaultFs() const =0storage::StorageInterface [pure virtual]
getDefaultMountBy() const =0storage::StorageInterface [pure virtual]
getDefaultSubvolName() const =0storage::StorageInterface [pure virtual]
getDetectMountedVolumes() const =0storage::StorageInterface [pure virtual]
getDiskInfo(const string &disk, DiskInfo &info)=0storage::StorageInterface [pure virtual]
getDlabelCapabilities(const string &dlabel, DlabelCapabilities &dlabelcapabilities) const =0storage::StorageInterface [pure virtual]
getDmInfo(deque< DmInfo > &plist)=0storage::StorageInterface [pure virtual]
getDmmultipathCoInfo(const string &name, DmmultipathCoInfo &info)=0storage::StorageInterface [pure virtual]
getDmmultipathInfo(const string &name, deque< DmmultipathInfo > &plist)=0storage::StorageInterface [pure virtual]
getDmraidCoInfo(const string &name, DmraidCoInfo &info)=0storage::StorageInterface [pure virtual]
getDmraidInfo(const string &name, deque< DmraidInfo > &plist)=0storage::StorageInterface [pure virtual]
getEfiBoot()=0storage::StorageInterface [pure virtual]
getErrorString(int error) const =0storage::StorageInterface [pure virtual]
getExtendedErrorMessage() const =0storage::StorageInterface [pure virtual]
getFreeInfo(const string &device, bool get_resize, ResizeInfo &resize_info, bool get_content, ContentInfo &content_info, bool use_cache)=0storage::StorageInterface [pure virtual]
getFsCapabilities(FsType fstype, FsCapabilities &fscapabilities) const =0storage::StorageInterface [pure virtual]
getFstabOptions(const string &device, string &SWIG_OUTPUT(options))=0storage::StorageInterface [pure virtual]
getIgnoreFstab(const string &device, bool &SWIG_OUTPUT(val))=0storage::StorageInterface [pure virtual]
getLastAction() const =0storage::StorageInterface [pure virtual]
getLoopInfo(deque< LoopInfo > &plist)=0storage::StorageInterface [pure virtual]
getLvmLvInfo(const string &name, deque< LvmLvInfo > &plist)=0storage::StorageInterface [pure virtual]
getLvmLvSnapshotStateInfo(const string &vg, const string &name, LvmLvSnapshotStateInfo &info)=0storage::StorageInterface [pure virtual]
getLvmVgInfo(const string &name, LvmVgInfo &info)=0storage::StorageInterface [pure virtual]
getMdAllowedParity(MdType md_type, unsigned devnr)=0storage::StorageInterface [pure virtual]
getMdInfo(deque< MdInfo > &plist)=0storage::StorageInterface [pure virtual]
getMdPartCoInfo(const string &name, MdPartCoInfo &info)=0storage::StorageInterface [pure virtual]
getMdPartCoStateInfo(const string &name, MdPartCoStateInfo &info)=0storage::StorageInterface [pure virtual]
getMdPartInfo(const string &device, deque< MdPartInfo > &plist)=0storage::StorageInterface [pure virtual]
getMdStateInfo(const string &name, MdStateInfo &info)=0storage::StorageInterface [pure virtual]
getMountBy(const string &device, MountByType &SWIG_OUTPUT(mby))=0storage::StorageInterface [pure virtual]
getMountPoint(const string &device, string &SWIG_OUTPUT(mount))=0storage::StorageInterface [pure virtual]
getMultipathAutostart() const =0storage::StorageInterface [pure virtual]
getNfsInfo(deque< NfsInfo > &plist)=0storage::StorageInterface [pure virtual]
getPartitionAlignment() const =0storage::StorageInterface [pure virtual]
getPartitionInfo(const string &disk, deque< PartitionInfo > &plist)=0storage::StorageInterface [pure virtual]
getPartitionName(const string &disk, int partition_no)=0storage::StorageInterface [pure virtual]
getPartitionPrefix(const string &disk)=0storage::StorageInterface [pure virtual]
getRecursiveRemoval() const =0storage::StorageInterface [pure virtual]
getRecursiveUsedBy(const list< string > &devices, bool itself, list< string > &usedby_devices)=0storage::StorageInterface [pure virtual]
getRecursiveUsing(const list< string > &devices, bool itself, list< string > &using_devices)=0storage::StorageInterface [pure virtual]
getRootPrefix() const =0storage::StorageInterface [pure virtual]
getTmpfsInfo(deque< TmpfsInfo > &plist)=0storage::StorageInterface [pure virtual]
getUnusedPartitionSlots(const string &disk, list< PartitionSlotInfo > &slots)=0storage::StorageInterface [pure virtual]
getUserdata(const string &device, map< string, string > &userdata)=0storage::StorageInterface [pure virtual]
getVolume(const string &device, VolumeInfo &info)=0storage::StorageInterface [pure virtual]
getVolumes(deque< VolumeInfo > &infos)=0storage::StorageInterface [pure virtual]
getZeroNewPartitions() const =0storage::StorageInterface [pure virtual]
initializeDisk(const string &disk, bool value)=0storage::StorageInterface [pure virtual]
isCacheChanges() const =0storage::StorageInterface [pure virtual]
kbToCylinder(const string &disk, unsigned long long sizeK)=0storage::StorageInterface [pure virtual]
modifyFileLoop(const string &device, const string &lname, bool reuseExisting, unsigned long long sizeK)=0storage::StorageInterface [pure virtual]
mountDevice(const string &device, const string &mp)=0storage::StorageInterface [pure virtual]
mountDeviceOpts(const string &device, const string &mp, const string &opts)=0storage::StorageInterface [pure virtual]
mountDeviceRo(const string &device, const string &mp, const string &opts)=0storage::StorageInterface [pure virtual]
needCryptPassword(const string &device)=0storage::StorageInterface [pure virtual]
nextFreeMd(unsigned &SWIG_OUTPUT(nr), string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
nextFreePartition(const string &disk, PartitionType type, unsigned &SWIG_OUTPUT(nr), string &SWIG_OUTPUT(device))=0storage::StorageInterface [pure virtual]
readFstab(const string &dir, deque< VolumeInfo > &infos)=0storage::StorageInterface [pure virtual]
removeBackupState(const string &name)=0storage::StorageInterface [pure virtual]
removeDmraid(const string &name)=0storage::StorageInterface [pure virtual]
removeDmTableTo(const string &device)=0storage::StorageInterface [pure virtual]
removeFileLoop(const string &lname, bool removeFile)=0storage::StorageInterface [pure virtual]
removeFstabOptions(const string &device, const string &options)=0storage::StorageInterface [pure virtual]
removeLvmLv(const string &vg, const string &name)=0storage::StorageInterface [pure virtual]
removeLvmLvByDevice(const string &device)=0storage::StorageInterface [pure virtual]
removeLvmLvSnapshot(const string &vg, const string &name)=0storage::StorageInterface [pure virtual]
removeLvmVg(const string &name)=0storage::StorageInterface [pure virtual]
removeMd(const string &name, bool destroySb)=0storage::StorageInterface [pure virtual]
removeMdPartCo(const string &name, bool destroySb)=0storage::StorageInterface [pure virtual]
removePartition(const string &partition)=0storage::StorageInterface [pure virtual]
removeSubvolume(const string &device, const string &name)=0storage::StorageInterface [pure virtual]
removeTmpfsMount(const string &mp)=0storage::StorageInterface [pure virtual]
removeVolume(const string &device)=0storage::StorageInterface [pure virtual]
renameCryptDm(const string &device, const string &new_name)=0storage::StorageInterface [pure virtual]
rescanCryptedObjects()=0storage::StorageInterface [pure virtual]
rescanEverything()=0storage::StorageInterface [pure virtual]
resizePartition(const string &device, unsigned long sizeCyl)=0storage::StorageInterface [pure virtual]
resizePartitionNoFs(const string &device, unsigned long sizeCyl)=0storage::StorageInterface [pure virtual]
resizeVolume(const string &device, unsigned long long newSizeK)=0storage::StorageInterface [pure virtual]
resizeVolumeNoFs(const string &device, unsigned long long newSizeK)=0storage::StorageInterface [pure virtual]
restoreBackupState(const string &name)=0storage::StorageInterface [pure virtual]
setCacheChanges(bool cache)=0storage::StorageInterface [pure virtual]
setCallbackCommitErrorPopup(CallbackCommitErrorPopup pfnc)=0storage::StorageInterface [pure virtual]
setCallbackInfoPopup(CallbackInfoPopup pfnc)=0storage::StorageInterface [pure virtual]
setCallbackPasswordPopup(CallbackPasswordPopup pfnc)=0storage::StorageInterface [pure virtual]
setCallbackProgressBar(CallbackProgressBar pfnc)=0storage::StorageInterface [pure virtual]
setCallbackShowInstallInfo(CallbackShowInstallInfo pfnc)=0storage::StorageInterface [pure virtual]
setCallbackYesNoPopup(CallbackYesNoPopup pfnc)=0storage::StorageInterface [pure virtual]
setCommitCallbacks(const CommitCallbacks *commit_callbacks)=0storage::StorageInterface [pure virtual]
setCrypt(const string &device, bool val)=0storage::StorageInterface [pure virtual]
setCryptPassword(const string &device, const string &pwd)=0storage::StorageInterface [pure virtual]
setCryptType(const string &device, bool val, EncryptType typ)=0storage::StorageInterface [pure virtual]
setDefaultFs(FsType val)=0storage::StorageInterface [pure virtual]
setDefaultMountBy(MountByType val)=0storage::StorageInterface [pure virtual]
setDefaultSubvolName(const string &val)=0storage::StorageInterface [pure virtual]
setDetectMountedVolumes(bool val)=0storage::StorageInterface [pure virtual]
setIgnoreFstab(const string &device, bool val)=0storage::StorageInterface [pure virtual]
setMultipathAutostart(MultipathAutostart multipath_autostart)=0storage::StorageInterface [pure virtual]
setPartitionAlignment(PartAlign val)=0storage::StorageInterface [pure virtual]
setRecursiveRemoval(bool val)=0storage::StorageInterface [pure virtual]
setRootPrefix(const string &root)=0storage::StorageInterface [pure virtual]
setUserdata(const string &device, const map< string, string > &userdata)=0storage::StorageInterface [pure virtual]
setZeroNewPartitions(bool val)=0storage::StorageInterface [pure virtual]
shrinkBtrfsVolume(const string &name, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
shrinkLvmVg(const string &name, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
shrinkMd(const string &name, const list< string > &devices, const list< string > &spares)=0storage::StorageInterface [pure virtual]
StorageInterface() (defined in storage::StorageInterface)storage::StorageInterface [inline]
umountDevice(const string &device)=0storage::StorageInterface [pure virtual]
umountDeviceUns(const string &device, bool unsetup)=0storage::StorageInterface [pure virtual]
updateMd(const string &name, const list< string > &devices, const list< string > &spares)=0storage::StorageInterface [pure virtual]
updatePartitionArea(const string &device, const RegionInfo &cylRegion)=0storage::StorageInterface [pure virtual]
verifyCryptPassword(const string &device, const string &pwd, bool erase)=0storage::StorageInterface [pure virtual]
~StorageInterface() (defined in storage::StorageInterface)storage::StorageInterface [inline, virtual]