storage::StorageInterface Member List

This is the complete list of members for storage::StorageInterface, including all inherited members.

activateHld(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]
changeEvmsStripeSize(const string &coname, const string &name, unsigned long long stripeSize)=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]
changeLvStripeSize(const string &vg, const string &name, unsigned long long stripeSize)=0storage::StorageInterface [pure virtual]
changeMdChunk(const string &name, unsigned long chunk)=0storage::StorageInterface [pure virtual]
changeMdParity(const string &name, MdParity ptype)=0storage::StorageInterface [pure virtual]
changeMdType(const string &name, MdType rtype)=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]
checkBackupState(const string &name)=0storage::StorageInterface [pure virtual]
checkDeviceMounted(const string &device, string &mp)=0storage::StorageInterface [pure virtual]
checkDmMapsTo(const string &device)=0storage::StorageInterface [pure virtual]
checkMd(const string &name)=0storage::StorageInterface [pure virtual]
commit()=0storage::StorageInterface [pure virtual]
createBackupState(const string &name)=0storage::StorageInterface [pure virtual]
createEvmsContainer(const string &name, unsigned long long peSizeK, bool lvm1, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
createEvmsVolume(const string &coname, const string &name, unsigned long long sizeM, unsigned stripe, string &device)=0storage::StorageInterface [pure virtual]
createFileLoop(const string &lname, bool reuseExisting, unsigned long long sizeK, const string &mp, const string &pwd, string &device)=0storage::StorageInterface [pure virtual]
createLvmLv(const string &vg, const string &name, unsigned long long sizeM, unsigned stripe, string &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 rtype, const deque< string > &devs)=0storage::StorageInterface [pure virtual]
createMdAny(MdType rtype, const deque< string > &devs, string &device)=0storage::StorageInterface [pure virtual]
createPartition(const string &disk, PartitionType type, unsigned long start, unsigned long sizeCyl, string &device)=0storage::StorageInterface [pure virtual]
createPartitionAny(const string &disk, unsigned long long size, string &device)=0storage::StorageInterface [pure virtual]
createPartitionKb(const string &disk, PartitionType type, unsigned long long start, unsigned long long size, string &device)=0storage::StorageInterface [pure virtual]
createPartitionMax(const string &disk, PartitionType type, string &device)=0storage::StorageInterface [pure virtual]
cylinderToKb(const string &disk, unsigned long size)=0storage::StorageInterface [pure virtual]
defaultDiskLabel() const =0storage::StorageInterface [pure virtual]
destroyPartitionTable(const string &disk, const string &label)=0storage::StorageInterface [pure virtual]
dumpObjectList()=0storage::StorageInterface [pure virtual]
equalBackupStates(const string &lhs, const string &rhs, bool verbose_log) const =0storage::StorageInterface [pure virtual]
evmsActivate()=0storage::StorageInterface [pure virtual]
extendEvmsContainer(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 string &dev)=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]
getCallbackInfoPopup() const =0storage::StorageInterface [pure virtual]
getCallbackProgressBar() const =0storage::StorageInterface [pure virtual]
getCallbackShowInstallInfo() const =0storage::StorageInterface [pure virtual]
getCallbackYesNoPopup() const =0storage::StorageInterface [pure virtual]
getCommitActions(bool mark_destructive)=0storage::StorageInterface [pure virtual]
getContainers(deque< ContainerInfo > &infos)=0storage::StorageInterface [pure virtual]
getContDiskInfo(const string &disk, ContainerInfo &cinfo, DiskInfo &info)=0storage::StorageInterface [pure virtual]
getContEvmsCoInfo(const string &name, ContainerInfo &cinfo, EvmsCoInfo &info)=0storage::StorageInterface [pure virtual]
getContLvmVgInfo(const string &name, ContainerInfo &cinfo, LvmVgInfo &info)=0storage::StorageInterface [pure virtual]
getCrypt(const string &device, bool &val)=0storage::StorageInterface [pure virtual]
getCryptPassword(const string &device, string &pwd)=0storage::StorageInterface [pure virtual]
getDefaultMountBy() const =0storage::StorageInterface [pure virtual]
getDetectMountedVolumes() const =0storage::StorageInterface [pure virtual]
getDiskInfo(const string &disk, DiskInfo &info)=0storage::StorageInterface [pure virtual]
getDmInfo(deque< DmInfo > &plist)=0storage::StorageInterface [pure virtual]
getEvmsCoInfo(const string &name, EvmsCoInfo &info)=0storage::StorageInterface [pure virtual]
getEvmsInfo(const string &name, deque< EvmsInfo > &plist)=0storage::StorageInterface [pure virtual]
getExtendedErrorMessage() const =0storage::StorageInterface [pure virtual]
getFreeInfo(const string &device, unsigned long long &resize_free, unsigned long long &df_free, unsigned long long &used, bool &win, bool use_cache)=0storage::StorageInterface [pure virtual]
getFsCapabilities(FsType fstype, FsCapabilities &fscapabilities) const =0storage::StorageInterface [pure virtual]
getFstabOptions(const string &device, string &options)=0storage::StorageInterface [pure virtual]
getIgnoreFstab(const string &device, bool &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]
getLvmVgInfo(const string &name, LvmVgInfo &info)=0storage::StorageInterface [pure virtual]
getMdInfo(deque< MdInfo > &plist)=0storage::StorageInterface [pure virtual]
getMountBy(const string &device, MountByType &mby)=0storage::StorageInterface [pure virtual]
getMountPoint(const string &device, string &mount)=0storage::StorageInterface [pure virtual]
getPartitionInfo(const string &disk, deque< PartitionInfo > &plist)=0storage::StorageInterface [pure virtual]
getRecursiveRemoval() const =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 size)=0storage::StorageInterface [pure virtual]
modifyEvmsContainer(const string &old_name, const string &new_name, unsigned long long peSizeK, bool lvm1)=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]
nextFreePartition(const string &disk, PartitionType type, unsigned &nr, string &device)=0storage::StorageInterface [pure virtual]
printInfo(std::ostream &str)=0storage::StorageInterface [pure virtual]
readFstab(const string &dir, deque< VolumeInfo > &infos)=0storage::StorageInterface [pure virtual]
removeBackupState(const string &name)=0storage::StorageInterface [pure virtual]
removeDmMapsTo(const string &device, bool also_evms)=0storage::StorageInterface [pure virtual]
removeEvmsContainer(const string &name)=0storage::StorageInterface [pure virtual]
removeEvmsVolume(const string &coname, const string &name)=0storage::StorageInterface [pure virtual]
removeEvmsVolumeByDevice(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]
removeLvmVg(const string &name)=0storage::StorageInterface [pure virtual]
removeMd(const string &name, bool destroySb)=0storage::StorageInterface [pure virtual]
removePartition(const string &partition)=0storage::StorageInterface [pure virtual]
removeVolume(const string &device)=0storage::StorageInterface [pure virtual]
rescanEverything()=0storage::StorageInterface [pure virtual]
resizePartition(const string &device, unsigned long sizeCyl)=0storage::StorageInterface [pure virtual]
resizeVolume(const string &device, unsigned long long newSizeMb)=0storage::StorageInterface [pure virtual]
restoreBackupState(const string &name)=0storage::StorageInterface [pure virtual]
setCacheChanges(bool cache)=0storage::StorageInterface [pure virtual]
setCallbackInfoPopup(CallbackInfoPopup 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]
setCrypt(const string &device, bool val)=0storage::StorageInterface [pure virtual]
setCryptPassword(const string &device, const string &pwd)=0storage::StorageInterface [pure virtual]
setDefaultMountBy(MountByType val)=0storage::StorageInterface [pure virtual]
setDetectMountedVolumes(bool val)=0storage::StorageInterface [pure virtual]
setIgnoreFstab(const string &device, bool val)=0storage::StorageInterface [pure virtual]
setRecursiveRemoval(bool val)=0storage::StorageInterface [pure virtual]
setRootPrefix(const string &root)=0storage::StorageInterface [pure virtual]
setZeroNewPartitions(bool val)=0storage::StorageInterface [pure virtual]
shrinkEvmsContainer(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 string &dev)=0storage::StorageInterface [pure virtual]
StorageInterface()storage::StorageInterface [inline]
umountDevice(const string &device)=0storage::StorageInterface [pure virtual]
updatePartitionArea(const string &device, unsigned long start, unsigned long sizeCyl)=0storage::StorageInterface [pure virtual]
~StorageInterface()storage::StorageInterface [inline, virtual]


Generated on Thu Jul 6 00:40:25 2006 for yast2-storage by  doxygen 1.4.6