![]() |
CernVM-FS
2.11.0
|
#include <mountpoint.h>
Static Public Member Functions | |
static MountPoint * | Create (const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr=NULL) |
Static Public Attributes | |
static const unsigned | kShortTermTTL = 180 |
static const time_t | kIndefiniteDeadline = time_t(-1) |
Private Member Functions | |
MountPoint (const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr) | |
void | CreateStatistics () |
void | CreateAuthz () |
bool | CreateSignatureManager () |
bool | CheckBlacklists () |
bool | CreateDownloadManagers () |
bool | CreateResolvConfWatcher () |
void | CreateFetchers () |
bool | CreateCatalogManager () |
void | CreateTables () |
bool | CreateTracer () |
bool | SetupBehavior () |
void | SetupDnsTuning (download::DownloadManager *manager) |
void | SetupHttpTuning () |
bool | SetupExternalDownloadMgr (bool dogeosort) |
void | SetupInodeAnnotation () |
bool | SetupOwnerMaps () |
bool | DetermineRootHash (shash::Any *root_hash) |
bool | FetchHistory (std::string *history_path) |
std::string | ReplaceHosts (std::string hosts) |
std::string | GetUniqFileSuffix () |
![]() | |
SingleCopy () | |
Static Private Attributes | |
static const unsigned | kDefaultMaxTtlSec = 0 |
static const unsigned | kDefaultKCacheTtlSec = 60 |
static const unsigned | kLibPathCacheSize = 32000 |
static const unsigned | kInodeCacheFactor = 7 |
static const unsigned | kDefaultMemcacheSize = 16 * 1024 * 1024 |
static const char * | kDefaultAuthzSearchPath = "/usr/libexec/cvmfs/authz" |
static const unsigned | kDefaultNumConnections = 16 |
static const unsigned | kDefaultTimeoutSec = 5 |
static const unsigned | kDefaultRetries = 1 |
static const unsigned | kDefaultBackoffInitMs = 2000 |
static const unsigned | kDefaultBackoffMaxMs = 10000 |
static const unsigned | kTracerBufferSize = 8192 |
static const unsigned | kTracerFlushThreshold = 7000 |
static const char * | kDefaultBlacklist = "/etc/cvmfs/blacklist" |
static const int | kDefaultTelemetrySendRateSec = 5 * 60 |
static const int | kMinimumTelemetrySendRateSec = 5 |
Additional Inherited Members | |
![]() | |
loader::Failures | boot_status_ |
std::string | boot_error_ |
A MountPoint provides a clip around all the different *Manager objects that in combination represent a mounted cvmfs repository. Its main purpose is the controlled construction and deconstruction of the involved ensemble of classes based on the information passed from an options manager.
A MountPoint is constructed on top of a successfully constructed FileSystem.
We use pointers to manager classes to make the order of construction and destruction explicit and also to keep the include list for this header small.
Definition at line 476 of file mountpoint.h.
MountPoint::~MountPoint | ( | ) |
|
private |
Definition at line 1750 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 494 of file mountpoint.h.
Referenced by cvmfs::CheckVoms().
|
inline |
Definition at line 495 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open().
|
inline |
Definition at line 513 of file mountpoint.h.
Referenced by cvmfs::cvmfs_init(), and cvmfs::cvmfs_lookup().
|
inline |
Definition at line 496 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_getxattr(), cvmfs::cvmfs_listxattr(), cvmfs::cvmfs_lookup(), cvmfs::cvmfs_open(), cvmfs::cvmfs_opendir(), cvmfs::cvmfs_read(), cvmfs::cvmfs_readdir(), cvmfs::cvmfs_readlink(), cvmfs::cvmfs_release(), cvmfs::cvmfs_releasedir(), cvmfs::cvmfs_statfs(), cvmfs::Evict(), cvmfs::FixupOpenInode(), cvmfs::GetDirentForInode(), LibContext::GetDirentForPath(), cvmfs::GetDirentForPath(), LibContext::GetExtAttr(), LibContext::GetNestedCatalogAttr(), cvmfs::GetPathForInode(), LibContext::GetRevision(), LHashMagicXattr::GetValue(), Init(), LibContext::ListDirectory(), LibContext::ListDirectoryStat(), LibContext::ListNestedCatalogs(), TalkManager::MainResponder(), cvmfs::MayBeInPageCacheTracker(), LibContext::Open(), cvmfs::Pin(), CatalogCountersMagicXattr::PrepareValueFenced(), ChunkListMagicXattr::PrepareValueFenced(), ChunksMagicXattr::PrepareValueFenced(), NClgMagicXattr::PrepareValueFenced(), RepoCountersMagicXattr::PrepareValueFenced(), RepoMetainfoMagicXattr::PrepareValueFenced(), RevisionMagicXattr::PrepareValueFenced(), RootHashMagicXattr::PrepareValueFenced(), cvmfs::PrintInodeGeneration(), LibContext::Remount(), SaveState(), FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
|
private |
Definition at line 1164 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 497 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), cvmfs::cvmfs_release(), and RestoreState().
|
static |
The option_mgr parameter can be NULL, in which case the global option manager from the file system is used.
Definition at line 1243 of file mountpoint.cc.
Referenced by LibContext::Create(), and Init().
|
private |
Definition at line 1283 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1309 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1366 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1455 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1432 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1472 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1508 of file mountpoint.cc.
Referenced by Create().
|
private |
Definition at line 1547 of file mountpoint.cc.
Referenced by Create().
|
private |
Will create a tracer for the current mount point Tracefile path, Trace buffer size and trace buffer flush threshold can be configured by the options: CVMFS_TRACEFILE, CVMFS_TRACEBUFFER, CVMFS_TRACEBUFFER_THRESHOLD(respectively) VMFS_TRACEBUFFER and CVMFS_TRACEBUFFER_THRESHOLD will silently fallback to default values if configuration values don't exist or are invalid
Definition at line 1589 of file mountpoint.cc.
Referenced by Create().
|
inline |
Definition at line 523 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup(), Init(), TalkManager::MainResponder(), RestoreState(), and Spawn().
|
private |
Definition at line 1621 of file mountpoint.cc.
Referenced by CreateCatalogManager().
void MountPoint::DisableCacheSymlinks | ( | ) |
Disables kernel caching of symlinks. Symlink caching requires fuse >= 3.10 (FUSE_CAP_CACHE_SYMLINKS) and linux kernel >= 4.2. Some OS might backport it.
NOTE: This function should only be called before or within cvmfs_init().
Definition at line 1226 of file mountpoint.cc.
Referenced by cvmfs::cvmfs_init().
|
inline |
Definition at line 498 of file mountpoint.h.
Referenced by LibContext::EnableMultiThreaded(), HostMagicXattr::GetValue(), HostListMagicXattr::GetValue(), ProxyMagicXattr::GetValue(), TimeoutMagicXattr::GetValue(), TimeoutDirectMagicXattr::GetValue(), TalkManager::MainResponder(), and Spawn().
void MountPoint::EnableFuseExpireEntry | ( | ) |
Instead of invalidate dentries, they should be expired. Fixes issues with mount-on-top mounts and symlink caching.
Definition at line 1234 of file mountpoint.cc.
Referenced by cvmfs::cvmfs_init().
|
inline |
Definition at line 512 of file mountpoint.h.
Referenced by cvmfs::cvmfs_init().
|
inline |
Definition at line 499 of file mountpoint.h.
Referenced by ExternalHostMagicXattr::GetValue(), ExternalTimeoutMagicXattr::GetValue(), ExternalURLMagicXattr::GetValue(), TalkManager::MainResponder(), and Spawn().
|
inline |
Definition at line 508 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), LibContext::Open(), cvmfs::Pin(), and LibContext::Pread().
|
inline |
Definition at line 505 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), cvmfs::cvmfs_read(), RepoMetainfoMagicXattr::GetValue(), LibContext::Open(), cvmfs::Pin(), and LibContext::Pread().
|
private |
Definition at line 1689 of file mountpoint.cc.
Referenced by DetermineRootHash().
|
inline |
Definition at line 509 of file mountpoint.h.
Referenced by cvmfs::cvmfs_open(), LHashMagicXattr::GetValue(), NCleanup24MagicXattr::GetValue(), NDirOpenMagicXattr::GetValue(), NIOErrMagicXattr::GetValue(), NOpenMagicXattr::GetValue(), RepoMetainfoMagicXattr::GetValue(), TimestampLastIOErrMagicXattr::GetValue(), UsedFdMagicXattr::GetValue(), UsedDirPMagicXattr::GetValue(), TalkManager::MainResponder(), and FuseRemounter::SetOfflineMode().
|
inline |
Definition at line 506 of file mountpoint.h.
Referenced by FuseRemounter::Spawn().
|
inline |
Definition at line 507 of file mountpoint.h.
Referenced by expand_path(), TalkManager::FormatLatencies(), FqrnMagicXattr::GetValue(), and Init().
|
inline |
Definition at line 514 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup().
unsigned MountPoint::GetEffectiveTtlSec | ( | ) |
Definition at line 1723 of file mountpoint.cc.
Referenced by FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
unsigned MountPoint::GetMaxTtlMn | ( | ) |
Definition at line 1735 of file mountpoint.cc.
Referenced by TalkManager::MainResponder().
|
private |
Files in the workspace from different file systems / mountpoints need to have different names. Used, for example, for caching proxy settings.
Definition at line 1745 of file mountpoint.cc.
Referenced by CreateDownloadManagers(), and SetupExternalDownloadMgr().
|
inline |
Definition at line 511 of file mountpoint.h.
Referenced by cvmfs::CheckVoms(), MagicXattrManager::GetListString(), and AuthzMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 515 of file mountpoint.h.
Referenced by Init(), RestoreState(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 519 of file mountpoint.h.
Referenced by cvmfs::GetDirentForInode(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 518 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_lookup(), cvmfs::GetDirentForInode(), cvmfs::GetDirentForPath(), cvmfs::GetPathForInode(), TalkManager::MainResponder(), and RestoreState().
|
inline |
Definition at line 520 of file mountpoint.h.
Referenced by cvmfs::GetKcacheTimeout().
|
inline |
Definition at line 510 of file mountpoint.h.
Referenced by cvmfs::cvmfs_getxattr(), cvmfs::cvmfs_listxattr(), and RegisterMagicXattrs().
|
inline |
Definition at line 521 of file mountpoint.h.
Referenced by LibContext::GetDirentForPath(), cvmfs::GetDirentForPath(), and FuseRemounter::TryFinish().
|
inline |
Definition at line 522 of file mountpoint.h.
Referenced by cvmfs::CheckVoms(), and AuthzMagicXattr::GetValue().
|
inline |
Definition at line 524 of file mountpoint.h.
Referenced by cvmfs::cvmfs_forget(), cvmfs::cvmfs_getattr(), cvmfs::cvmfs_open(), cvmfs::cvmfs_release(), cvmfs::FixupOpenInode(), TalkManager::MainResponder(), and RestoreState().
|
inline |
Definition at line 525 of file mountpoint.h.
Referenced by cvmfs::GetPathForInode(), and FuseRemounter::TryFinish().
void MountPoint::ReEvaluateAuthz | ( | ) |
Definition at line 1845 of file mountpoint.cc.
Referenced by Create(), LibContext::Remount(), and FuseRemounter::TryFinish().
bool MountPoint::ReloadBlacklists | ( | ) |
Like CheckBlacklists but supposed to be used after bootstrap, possibly in multi-threaded context.
Definition at line 1202 of file mountpoint.cc.
|
private |
|
inline |
Definition at line 526 of file mountpoint.h.
Referenced by TagMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 502 of file mountpoint.h.
Referenced by Spawn().
void MountPoint::SetMaxTtlMn | ( | unsigned | value_minutes | ) |
Definition at line 1855 of file mountpoint.cc.
Referenced by TalkManager::MainResponder(), and SetupBehavior().
|
private |
Definition at line 1860 of file mountpoint.cc.
Referenced by Create().
|
private |
Called twice once for the regular download manager and once for the external download manager.
Definition at line 1995 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2035 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2096 of file mountpoint.cc.
Referenced by CreateDownloadManagers().
|
private |
Definition at line 2140 of file mountpoint.cc.
Referenced by CreateCatalogManager().
|
private |
Definition at line 2158 of file mountpoint.cc.
Referenced by CreateCatalogManager().
|
inline |
Definition at line 530 of file mountpoint.h.
Referenced by PubkeysMagicXattr::PrepareValueFenced().
|
inline |
Definition at line 527 of file mountpoint.h.
Referenced by LibContext::Close(), LibContext::Open(), and LibContext::Pread().
|
inline |
Definition at line 536 of file mountpoint.h.
Referenced by cvmfs::cvmfs_statfs().
|
inline |
Definition at line 528 of file mountpoint.h.
Referenced by catalog::ClientCatalogManager::ClientCatalogManager(), cvmfs_statistics_format(), NDownloadMagicXattr::GetValue(), HitrateMagicXattr::GetValue(), RxMagicXattr::GetValue(), SpeedMagicXattr::GetValue(), and TalkManager::MainResponder().
|
inline |
Definition at line 532 of file mountpoint.h.
Referenced by Init().
|
inline |
Definition at line 533 of file mountpoint.h.
|
inline |
Definition at line 531 of file mountpoint.h.
Referenced by Init().
|
inline |
Definition at line 529 of file mountpoint.h.
Referenced by Spawn().
|
inline |
Definition at line 534 of file mountpoint.h.
Referenced by cvmfs::cvmfs_lookup(), cvmfs::cvmfs_open(), cvmfs::DoTraceInode(), TalkManager::MainResponder(), Spawn(), and cvmfs::TraceInode().
|
inline |
Definition at line 535 of file mountpoint.h.
|
private |
Definition at line 631 of file mountpoint.h.
Referenced by CreateAuthz(), CreateDownloadManagers(), ReEvaluateAuthz(), and ~MountPoint().
|
private |
Definition at line 629 of file mountpoint.h.
Referenced by CreateAuthz(), and ~MountPoint().
|
private |
Definition at line 630 of file mountpoint.h.
Referenced by authz_session_mgr(), CreateAuthz(), ReEvaluateAuthz(), and ~MountPoint().
|
private |
Definition at line 632 of file mountpoint.h.
Referenced by backoff_throttle(), Create(), CreateFetchers(), and ~MountPoint().
|
private |
Definition at line 662 of file mountpoint.h.
Referenced by CheckBlacklists(), and ReloadBlacklists().
|
private |
Definition at line 659 of file mountpoint.h.
Referenced by cache_symlinks(), DisableCacheSymlinks(), and SetupBehavior().
|
private |
Definition at line 639 of file mountpoint.h.
Referenced by catalog_mgr(), CreateCatalogManager(), GetEffectiveTtlSec(), ReEvaluateAuthz(), SetupInodeAnnotation(), SetupOwnerMaps(), and ~MountPoint().
|
private |
Definition at line 640 of file mountpoint.h.
Referenced by chunk_tables(), CreateTables(), and ~MountPoint().
|
private |
Definition at line 647 of file mountpoint.h.
Referenced by CreateTables(), dentry_tracker(), and ~MountPoint().
|
private |
Definition at line 634 of file mountpoint.h.
Referenced by CreateDownloadManagers(), CreateFetchers(), CreateResolvConfWatcher(), download_mgr(), FetchHistory(), SetupDnsTuning(), SetupExternalDownloadMgr(), SetupHttpTuning(), and ~MountPoint().
|
private |
Definition at line 658 of file mountpoint.h.
Referenced by enforce_acls(), and SetupBehavior().
|
private |
Definition at line 635 of file mountpoint.h.
Referenced by CreateFetchers(), CreateResolvConfWatcher(), external_download_mgr(), SetupExternalDownloadMgr(), and ~MountPoint().
|
private |
Definition at line 637 of file mountpoint.h.
Referenced by CreateFetchers(), external_fetcher(), and ~MountPoint().
|
private |
Definition at line 636 of file mountpoint.h.
Referenced by CreateFetchers(), fetcher(), FetchHistory(), and ~MountPoint().
|
private |
In contrast to the manager objects, the FileSystem is not owned.
Definition at line 621 of file mountpoint.h.
Referenced by CreateDownloadManagers(), CreateFetchers(), CreateStatistics(), CreateTables(), CreateTracer(), file_system(), GetUniqFileSuffix(), SetupExternalDownloadMgr(), and SetupInodeAnnotation().
|
private |
Definition at line 657 of file mountpoint.h.
Referenced by CreateCatalogManager(), and fixed_catalog().
|
private |
Definition at line 616 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateAuthz(), FetchHistory(), fqrn(), GetUniqFileSuffix(), and SetupBehavior().
|
private |
Definition at line 660 of file mountpoint.h.
Referenced by EnableFuseExpireEntry(), and fuse_expire_entry().
|
private |
Definition at line 666 of file mountpoint.h.
Referenced by has_membership_req(), and ReEvaluateAuthz().
|
private |
Definition at line 638 of file mountpoint.h.
Referenced by inode_annotation(), SetupInodeAnnotation(), and ~MountPoint().
|
private |
Definition at line 642 of file mountpoint.h.
Referenced by CreateTables(), inode_cache(), and ~MountPoint().
|
private |
Definition at line 646 of file mountpoint.h.
Referenced by CreateTables(), inode_tracker(), and ~MountPoint().
|
private |
Definition at line 656 of file mountpoint.h.
Referenced by kcache_timeout_sec(), and SetupBehavior().
|
staticprivate |
Where to look for external authz helpers.
Definition at line 567 of file mountpoint.h.
Referenced by CreateAuthz().
|
staticprivate |
Definition at line 577 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Definition at line 578 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Definition at line 584 of file mountpoint.h.
Referenced by CheckBlacklists().
|
staticprivate |
Let fuse cache dentries for 1 minute.
Definition at line 551 of file mountpoint.h.
|
staticprivate |
The maximum TTL can be used to cap a root catalogs registered ttl. By default this is disabled (= 0).
Definition at line 547 of file mountpoint.h.
|
staticprivate |
Default to 16M RAM for meta-data caches; does not include the inode tracker
Definition at line 563 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Maximum number of concurrent HTTP connections.
Definition at line 571 of file mountpoint.h.
Referenced by CreateDownloadManagers().
|
staticprivate |
Definition at line 576 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
staticprivate |
Default values for telemetry aggregator
Definition at line 588 of file mountpoint.h.
Referenced by SetupBehavior().
|
staticprivate |
Default network timeout
Definition at line 575 of file mountpoint.h.
Referenced by SetupHttpTuning().
|
static |
Definition at line 482 of file mountpoint.h.
Referenced by ExpiresMagicXattr::GetValue().
|
staticprivate |
Cache seven times more md5 paths than inodes in the fuse module.
Definition at line 559 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Number of Md5Path entries in the libcvmfs cache.
Definition at line 555 of file mountpoint.h.
Referenced by CreateTables().
|
staticprivate |
Definition at line 589 of file mountpoint.h.
Referenced by SetupBehavior().
|
static |
If catalog reload fails, try again in 3 minutes
Definition at line 481 of file mountpoint.h.
Referenced by FuseRemounter::Check(), FuseRemounter::Spawn(), and FuseRemounter::TryFinish().
|
staticprivate |
Memory buffer sizes for an activated tracer
Definition at line 582 of file mountpoint.h.
Referenced by CreateTracer().
|
staticprivate |
Definition at line 583 of file mountpoint.h.
Referenced by CreateTracer().
|
private |
Definition at line 655 of file mountpoint.h.
Referenced by GetEffectiveTtlSec(), GetMaxTtlMn(), MountPoint(), SetMaxTtlMn(), and ~MountPoint().
|
private |
Definition at line 649 of file mountpoint.h.
Referenced by magic_xattr_mgr(), and SetupBehavior().
|
private |
Definition at line 654 of file mountpoint.h.
Referenced by GetEffectiveTtlSec(), GetMaxTtlMn(), and SetMaxTtlMn().
|
private |
Definition at line 644 of file mountpoint.h.
Referenced by CreateTables(), md5path_cache(), and ~MountPoint().
|
private |
Definition at line 665 of file mountpoint.h.
Referenced by membership_req(), and ReEvaluateAuthz().
|
private |
The options manager is not owned.
Definition at line 625 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateAuthz(), CreateCatalogManager(), CreateDownloadManagers(), CreateResolvConfWatcher(), CreateSignatureManager(), CreateTables(), CreateTracer(), DetermineRootHash(), SetupBehavior(), SetupDnsTuning(), SetupExternalDownloadMgr(), SetupHttpTuning(), SetupInodeAnnotation(), and SetupOwnerMaps().
|
private |
Definition at line 648 of file mountpoint.h.
Referenced by CreateTables(), page_cache_tracker(), and ~MountPoint().
|
private |
Definition at line 643 of file mountpoint.h.
Referenced by CreateTables(), path_cache(), and ~MountPoint().
|
private |
Definition at line 661 of file mountpoint.h.
Referenced by DetermineRootHash(), and repository_tag().
|
private |
Definition at line 652 of file mountpoint.h.
Referenced by CreateResolvConfWatcher(), resolv_conf_watcher(), and ~MountPoint().
|
private |
Definition at line 633 of file mountpoint.h.
Referenced by CheckBlacklists(), CreateSignatureManager(), FetchHistory(), ReloadBlacklists(), signature_mgr(), and ~MountPoint().
|
private |
Definition at line 641 of file mountpoint.h.
Referenced by CreateTables(), simple_chunk_tables(), and ~MountPoint().
|
private |
Definition at line 650 of file mountpoint.h.
Referenced by SetupBehavior(), statfs_cache(), and ~MountPoint().
|
private |
Definition at line 627 of file mountpoint.h.
Referenced by CreateAuthz(), CreateDownloadManagers(), CreateFetchers(), CreateStatistics(), CreateTables(), SetupBehavior(), SetupExternalDownloadMgr(), statistics(), and ~MountPoint().
|
private |
Definition at line 670 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_gid().
|
private |
Definition at line 668 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_path().
|
private |
Definition at line 669 of file mountpoint.h.
Referenced by SetupBehavior(), and talk_socket_uid().
|
private |
Definition at line 628 of file mountpoint.h.
Referenced by SetupBehavior(), telemetry_aggr(), and ~MountPoint().
|
private |
Definition at line 645 of file mountpoint.h.
Referenced by CreateTracer(), tracer(), and ~MountPoint().
|
private |
Definition at line 617 of file mountpoint.h.
Referenced by uuid(), and ~MountPoint().