![]() |
CernVM-FS
2.13.0
|
#include <mountpoint.h>
Public Member Functions | |
BootFactory () | |
bool | IsValid () |
loader::Failures | boot_status () |
std::string | boot_error () |
void | set_boot_status (loader::Failures code) |
Protected Attributes | |
loader::Failures | boot_status_ |
std::string | boot_error_ |
Construction of FileSystem and MountPoint can go wrong. In this case, we'd like to know why. This is a base class for both FileSystem and MountPoint.
Definition at line 73 of file mountpoint.h.
|
inline |
Definition at line 75 of file mountpoint.h.
|
inline |
Definition at line 78 of file mountpoint.h.
Referenced by cvmfs_attach_repo(), and Init().
|
inline |
Definition at line 77 of file mountpoint.h.
Referenced by cvmfs_attach_repo(), Init(), and InitSystemFs().
|
inline |
Definition at line 76 of file mountpoint.h.
|
inline |
Used in the fuse module to artificially set boot errors that are specific to the fuse boot procedure.
Definition at line 84 of file mountpoint.h.
Referenced by InitSystemFs().
|
protected |
Definition at line 88 of file mountpoint.h.
Referenced by boot_error(), MountPoint::CheckBlacklists(), FileSystem::CheckInstanceName(), FileSystem::CheckPosixCacheSettings(), MountPoint::CreateCatalogManager(), MountPoint::CreateDownloadManagers(), MountPoint::CreateSignatureManager(), MountPoint::CreateTracer(), FileSystem::DetermineNfsMode(), MountPoint::DetermineRootHash(), MountPoint::FetchHistory(), FileSystem::LockWorkspace(), MountPoint::SetupBehavior(), FileSystem::SetupCacheMgr(), FileSystem::SetupCrashGuard(), FileSystem::SetupCwd(), FileSystem::SetupExternalCacheMgr(), MountPoint::SetupExternalDownloadMgr(), FileSystem::SetupNfsMaps(), MountPoint::SetupOwnerMaps(), FileSystem::SetupPosixCacheMgr(), FileSystem::SetupPosixQuotaMgr(), FileSystem::SetupRamCacheMgr(), FileSystem::SetupTieredCacheMgr(), and FileSystem::SetupWorkspace().
|
protected |
Definition at line 87 of file mountpoint.h.
Referenced by boot_status(), MountPoint::CheckBlacklists(), FileSystem::CheckInstanceName(), FileSystem::CheckPosixCacheSettings(), FileSystem::Create(), MountPoint::Create(), MountPoint::CreateCatalogManager(), MountPoint::CreateDownloadManagers(), MountPoint::CreateSignatureManager(), MountPoint::CreateTracer(), FileSystem::DetermineNfsMode(), MountPoint::DetermineRootHash(), MountPoint::FetchHistory(), IsValid(), FileSystem::LockWorkspace(), set_boot_status(), MountPoint::SetupBehavior(), FileSystem::SetupCacheMgr(), FileSystem::SetupCrashGuard(), FileSystem::SetupCwd(), FileSystem::SetupExternalCacheMgr(), MountPoint::SetupExternalDownloadMgr(), FileSystem::SetupNfsMaps(), MountPoint::SetupOwnerMaps(), FileSystem::SetupPosixCacheMgr(), FileSystem::SetupPosixQuotaMgr(), FileSystem::SetupRamCacheMgr(), FileSystem::SetupTieredCacheMgr(), and FileSystem::SetupWorkspace().