|
Namespaces |
| namespace | storage |
Classes |
| struct | storage::DiskData |
Functions |
| void | storage::initDefaultLogger () |
| std::ostream & | storage::operator<< (std::ostream &s, const Environment &env) |
| std::ostream & | storage::operator<< (std::ostream &s, const storage::DiskData &d) |
| StorageInterface * | storage::createStorageInterface (const Environment &env) |
| StorageInterface * | storage::createStorageInterfacePid (const Environment &env, pid_t &locker_pid) |
| void | storage::destroyStorageInterface (StorageInterface *p) |
| static bool | storage::sort_cont_up (const Container *rhs, const Container *lhs) |
| static bool | storage::sort_cont_down (const Container *rhs, const Container *lhs) |
| static bool | storage::sort_vol_normal (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_delete (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_create (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_mount (const Volume *rhs, const Volume *lhs) |
| static bool | storage::notLoop (const Container &c) |
| static bool | storage::fstabAdded (const Volume &v) |
| static bool | storage::isDmContainer (const Container &co) |
| std::ostream & | storage::operator<< (std::ostream &s, const Storage &v) |
| std::ostream & | storage::operator<< (std::ostream &s, Storage &v) |
Variables |
| CallbackProgressBar | storage::progress_bar_cb_ycp = NULL |
| CallbackShowInstallInfo | storage::install_info_cb_ycp = NULL |
| CallbackInfoPopup | storage::info_popup_cb_ycp = NULL |
| CallbackYesNoPopup | storage::yesno_popup_cb_ycp = NULL |
| CallbackCommitErrorPopup | storage::commit_error_popup_cb_ycp = NULL |
| CallbackPasswordPopup | storage::password_popup_cb_ycp = NULL |