#include <EtcFstab.h>
Public Member Functions | |
| FstabEntry () | |
| FstabEntry & | operator= (const FstabChange &rhs) |
| void | calcDependent () |
Public Attributes | |
| string | device |
| string | dentry |
| string | mount |
| string | fs |
| std::list< string > | opts |
| int | freq |
| int | passno |
| bool | loop |
| bool | dmcrypt |
| bool | noauto |
| bool | crypto |
| bool | cryptt |
| bool | tmpcrypt |
| string | loop_dev |
| string | cr_opts |
| string | cr_key |
| storage::EncryptType | encr |
| storage::MountByType | mount_by |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const FstabEntry &v) |
| storage::FstabEntry::FstabEntry | ( | ) | [inline] |
| FstabEntry & storage::FstabEntry::operator= | ( | const FstabChange & | rhs | ) | [inline] |
References calcDependent(), storage::FstabChange::dentry, dentry, storage::FstabChange::device, device, storage::FstabChange::encr, encr, storage::FstabChange::freq, freq, storage::FstabChange::fs, fs, storage::FstabChange::loop_dev, loop_dev, storage::FstabChange::mount, mount, storage::FstabChange::opts, opts, storage::FstabChange::passno, passno, storage::FstabChange::tmpcrypt, and tmpcrypt.
| void FstabEntry::calcDependent | ( | ) |
References crypto, cryptt, device, dmcrypt, storage::ENC_LUKS, storage::ENC_NONE, encr, loop, loop_dev, mount_by, storage::MOUNTBY_ID, storage::MOUNTBY_LABEL, storage::MOUNTBY_PATH, storage::MOUNTBY_UUID, noauto, opts, and storage::Volume::toEncType().
Referenced by operator=(), and storage::EtcFstab::readFiles().
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const FstabEntry & | v | |||
| ) | [friend] |
| string storage::FstabEntry::device |
| string storage::FstabEntry::dentry |
Referenced by storage::EtcFstab::createCrtabLine(), storage::EtcFstab::createTabLine(), storage::EtcFstab::findCrtab(), storage::EtcFstab::findFile(), storage::operator<<(), operator=(), storage::FstabChange::operator=(), storage::EtcFstab::readFiles(), storage::EtcFstab::removeEntry(), and storage::EtcFstab::setDevice().
| string storage::FstabEntry::mount |
Referenced by storage::EtcFstab::createCrtabLine(), storage::EtcFstab::createTabLine(), storage::Volume::doFstabUpdate(), storage::EtcFstab::findFile(), storage::Volume::getFstabData(), storage::Volume::mergeFstabInfo(), storage::operator<<(), operator=(), storage::FstabChange::operator=(), storage::EtcFstab::readFiles(), and storage::EtcFstab::removeEntry().
| string storage::FstabEntry::fs |
Referenced by storage::operator<<(), operator=(), storage::FstabChange::operator=(), and storage::EtcFstab::readFiles().
| std::list<string> storage::FstabEntry::opts |
Referenced by FstabEntry(), storage::operator<<(), operator=(), storage::FstabChange::operator=(), and storage::EtcFstab::readFiles().
Referenced by FstabEntry(), storage::operator<<(), operator=(), storage::FstabChange::operator=(), and storage::EtcFstab::readFiles().
Referenced by calcDependent(), FstabEntry(), storage::operator<<(), and storage::EtcFstab::readFiles().
Referenced by calcDependent(), FstabEntry(), storage::operator<<(), and storage::EtcFstab::readFiles().
Referenced by FstabEntry(), storage::operator<<(), operator=(), and storage::FstabChange::operator=().
| string storage::FstabEntry::cr_opts |
Referenced by storage::operator<<(), and storage::EtcFstab::readFiles().
| string storage::FstabEntry::cr_key |
Referenced by storage::operator<<(), and storage::EtcFstab::readFiles().
Referenced by calcDependent(), FstabEntry(), storage::Volume::getFstabData(), and storage::Volume::mergeFstabInfo().
1.5.5